Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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.persistent | service | core/ |
Drupal\Core\Lock\PersistentDatabaseLockBackend |
| Lock::__construct | function | core/ |
Constructs a new Lock object. |
| 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::release | function | core/ |
Releases the given lock. |
| LockBackendInterface::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| 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::storeHash | function | core/ |
Stores the XXH64 hash of the active lock file. |
| LockFileValidator::__construct | function | core/ |
|
| LockFileValidatorTest | class | core/ |
Tests Drupal\package_manager\Validator\LockFileValidator. |
| LockFileValidatorTest.php | file | core/ |
|
| LockFileValidatorTest::$activeDir | property | core/ |
The path of the active directory in the test project. |
| LockFileValidatorTest::providerValidateStageEvents | function | core/ |
Data provider for test methods that validate the stage directory. |
| LockFileValidatorTest::register | function | core/ |
Registers test-specific services. |
| LockFileValidatorTest::setUp | function | core/ |
|
| LockFileValidatorTest::testApplyWithNoChange | function | core/ |
Tests validation when the staged and active lock files are identical. |
| LockFileValidatorTest::testCreateWithLock | function | core/ |
Tests that if an active lock file exists, a stage can be created. |
| LockFileValidatorTest::testCreateWithNoLock | function | core/ |
Tests that if no active lock file exists, a stage cannot be created. |
| LockFileValidatorTest::testLockFileChanged | function | core/ |
Tests validation when the lock file has changed. |
| LockFileValidatorTest::testLockFileDeleted | function | core/ |
Tests validation when the lock file is deleted. |
| LockFileValidatorTest::testNoStoredHash | function | core/ |
Tests exception when a stored hash of the active lock file is unavailable. |
| LockFileValidatorTest::testStatusCheckAvailableStage | function | core/ |
Tests StatusCheckEvent when the stage is available. |
| LockFunctionalTest | class | core/ |
Confirm locking works between two separate requests. |
| LockFunctionalTest.php | file | core/ |
|
| LockFunctionalTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LockFunctionalTest::$modules | property | core/ |
Modules to install. |
| LockFunctionalTest::testLockAcquire | function | core/ |
Confirms that we can acquire and release locks in two parallel requests. |
| LockFunctionalTest::testPersistentLock | function | core/ |
Tests that the persistent lock is persisted between requests. |
Pagination
- Previous page
- Page 836
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.