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 |
|---|---|---|---|
| LocalActionsBlock::defaultConfiguration | function | core/ |
|
| LocalActionsBlock::__construct | function | core/ |
Creates a LocalActionsBlock instance. |
| LocaleLookup::$lock | property | core/ |
The lock backend that should be used. |
| LocaleLookupTest::$lock | property | core/ |
A mocked lock object. |
| LocaleTranslation::$lock | property | core/ |
The lock backend that should be used. |
| LocaleTranslationTest::$lock | property | core/ |
A mocked lock to use when instantiating LocaleTranslation objects. |
| LocalReadOnlyStream::stream_lock | function | core/ |
Support for flock(). |
| LocalStream::stream_lock | function | core/ |
Advisory file locking. |
| LocalTasksBlock | class | core/ |
Provides a "Tabs" block to display the local tasks. |
| LocalTasksBlock.php | file | core/ |
|
| LocalTasksBlock::$localTaskManager | property | core/ |
The local task manager. |
| LocalTasksBlock::$routeMatch | property | core/ |
The route match. |
| LocalTasksBlock::blockForm | function | core/ |
|
| LocalTasksBlock::blockSubmit | function | core/ |
|
| LocalTasksBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| LocalTasksBlock::create | function | core/ |
Creates an instance of the plugin. |
| 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 | 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/ |
@coversDefaultClass \Drupal\Tests\Core\Lock\LockBackendAbstractTest[[api-linebreak]] @group Lock |
| 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. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.