Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StoreInterface.php

function StoreInterface::unlock

Releases the lock for the given Request.

Return value

bool False if the lock file does not exist or cannot be unlocked, true otherwise

1 method overrides StoreInterface::unlock()
Store::unlock in vendor/symfony/http-kernel/HttpCache/Store.php
Releases the lock for the given Request.

File

vendor/symfony/http-kernel/HttpCache/StoreInterface.php, line 59

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function unlock(Request $request) : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal