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 |
|---|---|---|---|
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend::$container | property | core/ |
The service container. |
| DatabaseLockBackend::$database | property | core/ |
The database connection. |
| DatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| DatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| DatabaseLockBackend::acquire | function | core/ |
|
| DatabaseLockBackend::acquire | function | core/ |
|
| DatabaseLockBackend::catchException | function | core/ |
Act on an exception when semaphore might be stale. |
| DatabaseLockBackend::ensureTableExists | function | core/ |
Check if the semaphore table exists and create it if not. |
| DatabaseLockBackend::getLockId | function | core/ |
|
| DatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
|
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
|
| DatabaseLockBackend::normalizeName | function | core/ |
Normalizes a lock name in order to comply with database limitations. |
| DatabaseLockBackend::release | function | core/ |
|
| DatabaseLockBackend::release | function | core/ |
|
| DatabaseLockBackend::releaseAll | function | core/ |
|
| DatabaseLockBackend::releaseAll | function | core/ |
|
| DatabaseLockBackend::schemaDefinition | function | core/ |
Defines the schema for the semaphore table. |
| DatabaseLockBackend::schemaDefinition | function | core/ |
|
| DatabaseLockBackend::TABLE_NAME | constant | core/ |
The database table name. |
| DatabaseLockBackend::wait | function | core/ |
|
| DatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| DatabaseLockBackend::__construct | function | core/ |
Constructs a new DatabaseLockBackend. |
| DatabaseNotFoundException | class | core/ |
Exception thrown if specified database is not found. |
| DatabaseNotFoundException.php | file | core/ |
|
| DatabaseQueue | class | core/ |
Default queue implementation. |
| DatabaseQueue.php | file | core/ |
|
| DatabaseQueue::$connection | property | core/ |
The database connection. |
| DatabaseQueue::$name | property | core/ |
The name of the queue this instance is working with. |
| DatabaseQueue::catchException | function | core/ |
Act on an exception when queue might be stale. |
| DatabaseQueue::claimItem | function | core/ |
|
| DatabaseQueue::createItem | function | core/ |
|
| DatabaseQueue::createQueue | function | core/ |
|
| DatabaseQueue::delayItem | function | core/ |
|
| DatabaseQueue::deleteItem | function | core/ |
|
| DatabaseQueue::deleteQueue | function | core/ |
|
| DatabaseQueue::doCreateItem | function | core/ |
Adds a queue item and store it directly to the queue. |
| DatabaseQueue::ensureTableExists | function | core/ |
Check if the table exists and create it if not. |
| DatabaseQueue::garbageCollection | function | core/ |
|
| DatabaseQueue::numberOfItems | function | core/ |
|
| DatabaseQueue::releaseItem | function | core/ |
|
| DatabaseQueue::schemaDefinition | function | core/ |
Defines the schema for the queue table. |
| DatabaseQueue::TABLE_NAME | constant | core/ |
The database table name. |
| DatabaseQueue::__construct | function | core/ |
Constructs a \Drupal\Core\Queue\DatabaseQueue object. |
| DatabaseStorage | class | core/ |
Defines a default key/value store implementation. |
| DatabaseStorage | class | core/ |
Defines the Database storage. |
| DatabaseStorage.php | file | core/ |
|
| DatabaseStorage.php | file | core/ |
|
| DatabaseStorage::$collection | property | core/ |
The storage collection. |
Pagination
- Previous page
- Page 371
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.