Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LockInterface.php
function LockInterface::isAcquired
Returns whether or not the lock is acquired.
2 methods override
LockInterface::isAcquired()
Lock::isAcquired
in vendor/
symfony/
lock/
Lock.php
Returns whether or not the lock is acquired.
NoLock::isAcquired
in vendor/
symfony/
lock/
NoLock.php
Returns whether or not the lock is acquired.
File
vendor/
symfony/
lock/
LockInterface.php
, line 47
Class
LockInterface
LockInterface defines an interface to manipulate the status of a lock.
Namespace
Symfony\Component\Lock
Code
public
function
isAcquired
() : bool;
RSS feed