Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalTasksTest::testLocalTaskBlockUrl | function | core/ |
Tests local task block URLs for entities with path aliases. |
| LocalTasksTest::testPluginLocalTask | function | core/ |
Tests the plugin based local tasks. |
| LocalTaskTest | class | core/ |
Tests derivative for testing local tasks. |
| LocalTaskTest.php | file | core/ |
|
| LocalTaskTest::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| LocalTaskTestWithUnsafeTitle | class | core/ |
Test derivative to check local task title escaping. |
| LocalTaskTestWithUnsafeTitle.php | file | core/ |
|
| LocalTaskTestWithUnsafeTitle::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| lock | service | core/ |
Drupal\Core\Lock\DatabaseLockBackend |
| Lock | class | core/ |
Provides a value object representing the lock from a TempStore. |
| 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/ |
Pagination
- Previous page
- Page 986
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.