public function StoreInterface::isLocked

Returns whether or not a lock exists.

Parameters

Request $request A Request instance:

Return value

Boolean true if lock exists, false otherwise

1 method overrides StoreInterface::isLocked()
Store::isLocked in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Returns whether or not a lock exists.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php, line 81

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function isLocked(Request $request);