Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| DatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| DatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| DatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| 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/ |
Waits a short amount of time before a second lock acquire attempt. |
| 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/ |
Claims an item in the queue for processing. |
| DatabaseQueue::createItem | function | core/ |
Adds a queue item and store it directly to the queue. |
| DatabaseQueue::createQueue | function | core/ |
Creates a queue. |
| DatabaseQueue::deleteItem | function | core/ |
Deletes a finished item from the queue. |
| DatabaseQueue::deleteQueue | function | core/ |
Deletes a queue and every item in the queue. |
| 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/ |
Cleans queues of garbage. |
| DatabaseQueue::numberOfItems | function | core/ |
Retrieves the number of items in the queue. |
| DatabaseQueue::releaseItem | function | core/ |
Releases an item that the worker could not process. |
| 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/ |
Creates a collection on the storage. |
| DatabaseStorage::decode | function | core/ |
Implements Drupal\Core\Config\StorageInterface::decode(). |
| DatabaseStorage::delete | function | core/ |
Implements Drupal\Core\Config\StorageInterface::delete(). |
| DatabaseStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| DatabaseStorage::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| DatabaseStorage::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| DatabaseStorage::doWrite | function | core/ |
Helper method so we can re-try a write. |
| DatabaseStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| 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.