interface LockBackendInterface

Lock backend interface.

Hierarchy

Expanded class hierarchy of LockBackendInterface

All classes that implement LockBackendInterface

5 files declare their use of LockBackendInterface

File

drupal/core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 13
Definition of Drupal\Core\Lock\LockBackendInterface.

Namespace

Drupal\Core\Lock
View source

Members

Namesort descending Modifiers Type Description Overrides
LockBackendInterface::acquire public function Acquires a lock. 2
LockBackendInterface::getLockId public function Gets the unique page token for locks. Locks will be wipeout at each end of page request on a token basis. 2
LockBackendInterface::lockMayBeAvailable public function Checks if a lock is available for acquiring. 2
LockBackendInterface::release public function Releases the given lock. 2
LockBackendInterface::releaseAll public function Releases all locks for the given lock token identifier. 2
LockBackendInterface::wait public function Waits a short amount of time before a second lock acquire attempt. 2