Search for lock
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
lock | service | core/ |
Drupal\Core\Lock\DatabaseLockBackend |
Lock | class | core/ |
Provides a value object representing the lock from a TempStore. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
LocalTasksBlock::defaultConfiguration | function | core/ |
|
LocalTasksBlock::__construct | function | core/ |
Creates a LocalTasksBlock instance. |
LocalTasksTest::testLocalTaskBlock | function | core/ |
Tests that local task blocks are configurable to show a specific level. |
LocalTasksTest::testLocalTaskBlockCache | function | core/ |
Tests that local tasks blocks cache is invalidated correctly. |
LocalTasksTest::testLocalTaskBlockUrl | function | core/ |
Tests local task block URLs for entities with path aliases. |
Lock | class | core/ |
Provides a value object representing the lock from a TempStore. |
lock | service | core/ |
Drupal\Core\Lock\DatabaseLockBackend |
lock.persistent | service | core/ |
Drupal\Core\Lock\PersistentDatabaseLockBackend |
Lock.php | file | core/ |
|
Lock::$ownerId | property | core/ |
The owner ID. |
Lock::$updated | property | core/ |
The timestamp the lock was last updated. |
Lock::getOwnerId | function | core/ |
Gets the owner ID. |
Lock::getUpdated | function | core/ |
Gets the timestamp of the last update to the lock. |
Lock::__construct | function | core/ |
Constructs a new Lock object. |
LockAcquiringException | class | core/ |
LockAcquiringException is thrown when a lock cannot be acquired. |
LockAcquiringException.php | file | core/ |
|
LockBackendAbstract | class | core/ |
Non backend related common methods implementation for lock backends. |
LockBackendAbstract.php | file | core/ |
|
LockBackendAbstract::$lockId | property | core/ |
Current page lock token identifier. |
LockBackendAbstract::$locks | property | core/ |
Existing locks for this page. |
LockBackendAbstract::getLockId | function | core/ |
Gets the unique page token for locks. |
LockBackendAbstract::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
LockBackendAbstractTest | class | core/ |
Tests Drupal\Core\Lock\LockBackendAbstract. |
LockBackendAbstractTest.php | file | core/ |
|
LockBackendAbstractTest::$lock | property | core/ |
The Mocked LockBackendAbstract object. |
LockBackendAbstractTest::setUp | function | core/ |
|
LockBackendAbstractTest::testGetLockId | function | core/ |
Tests the getLockId() method. |
LockBackendAbstractTest::testWaitFalse | function | core/ |
Tests the wait() method when lockMayBeAvailable() returns TRUE. |
LockBackendAbstractTest::testWaitTrue | function | core/ |
Tests the wait() method when lockMayBeAvailable() returns FALSE. |
LockBackendInterface | interface | core/ |
Lock backend interface. |
LockBackendInterface.php | file | core/ |
|
LockBackendInterface::acquire | function | core/ |
Acquires a lock. |
LockBackendInterface::getLockId | function | core/ |
Gets the unique page token for locks. |
LockBackendInterface::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
LockBackendInterface::release | function | core/ |
Releases the given lock. |
LockBackendInterface::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
LockBackendInterface::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
LockFileValidator | class | core/ |
Checks that the active lock file is unchanged during stage operations. |
LockFileValidator.php | file | core/ |
|
LockFileValidator::$keyValue | property | core/ |
The key-value store. |
LockFileValidator::deleteHash | function | core/ |
Deletes the stored lock file hash. |
LockFileValidator::getHash | function | core/ |
Returns the XXH64 hash of a file. |
LockFileValidator::getSubscribedEvents | function | core/ |
|
LockFileValidator::KEY | constant | core/ |
The key under which to store the hash of the active lock file. |
LockFileValidator::storeHash | function | core/ |
Stores the XXH64 hash of the active lock file. |
LockFileValidator::validate | function | core/ |
Checks that the active lock file is unchanged during stage operations. |
LockFileValidator::__construct | function | core/ |
|
LockFileValidatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\Validator\LockFileValidator[[api-linebreak]] @group package_manager @internal |
LockFileValidatorTest.php | file | core/ |
|
LockFileValidatorTest::$activeDir | property | core/ |
The path of the active directory in the test project. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.