Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$options | property | core/ |
Additional database connection options to use in queries. |
| DatabaseStorage::$serializer | property | core/ |
The serialization class to use. |
| DatabaseStorage::$table | property | core/ |
The name of the SQL table to use. |
| DatabaseStorage::$table | property | core/ |
The database table name. |
| DatabaseStorage::createCollection | function | core/ |
|
| DatabaseStorage::decode | function | core/ |
Implements Drupal\Core\Config\StorageInterface::decode(). |
| DatabaseStorage::delete | function | core/ |
Implements Drupal\Core\Config\StorageInterface::delete(). |
| DatabaseStorage::deleteAll | function | core/ |
|
| DatabaseStorage::deleteAll | function | core/ |
|
| DatabaseStorage::deleteMultiple | function | core/ |
|
| DatabaseStorage::doWrite | function | core/ |
Helper method so we can re-try a write. |
| DatabaseStorage::encode | function | core/ |
|
| DatabaseStorage::ensureTableExists | function | core/ |
Check if the config table exists and create it if not. |
Pagination
- Previous page
- Page 336
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.