public function StoreInterface::isLocked in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/HttpCache/StoreInterface.php \Symfony\Component\HttpKernel\HttpCache\StoreInterface::isLocked()
Returns whether or not a lock exists.
Parameters
Request $request A Request instance:
Return value
bool true if lock exists, false otherwise
1 method overrides StoreInterface::isLocked()
- Store::isLocked in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Returns whether or not a lock exists.
File
- vendor/
symfony/ http-kernel/ HttpCache/ StoreInterface.php, line 81
Class
- StoreInterface
- Interface implemented by HTTP cache stores.
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function isLocked(Request $request);