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 |
|---|---|---|---|
| DatabaseAccessDeniedException.php | file | core/ |
|
| DatabaseBackend | class | core/ |
Defines a default cache implementation. |
| DatabaseBackend | class | core/ |
Defines the database flood backend. This is the default Drupal backend. |
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend::$bin | property | core/ |
|
| DatabaseBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| DatabaseBackend::$connection | property | core/ |
The database connection. |
| DatabaseBackend::$maxRows | property | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when cache might be stale. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when flood might be stale. |
| DatabaseBackend::clear | function | core/ |
|
| DatabaseBackend::clearByPrefix | function | core/ |
|
| DatabaseBackend::DEFAULT_MAX_ROWS | constant | core/ |
The default maximum number of rows that this cache bin table can store. |
| DatabaseBackend::delete | function | core/ |
|
| DatabaseBackend::deleteAll | function | core/ |
|
| DatabaseBackend::deleteMultiple | function | core/ |
|
| DatabaseBackend::doInsert | function | core/ |
Inserts an event into the flood table. |
| DatabaseBackend::doSetMultiple | function | core/ |
Stores multiple items in the persistent cache. |
| DatabaseBackend::ensureBinExists | function | core/ |
Check if the cache bin exists and create it if not. |
| DatabaseBackend::ensureTableExists | function | core/ |
Check if the flood table exists and create it if not. |
| DatabaseBackend::garbageCollection | function | core/ |
|
| DatabaseBackend::garbageCollection | function | core/ |
|
| DatabaseBackend::get | function | core/ |
|
| DatabaseBackend::getMaxRows | function | core/ |
Gets the maximum number of rows for this cache bin table. |
| DatabaseBackend::getMultiple | function | core/ |
|
| DatabaseBackend::invalidate | function | core/ |
|
| DatabaseBackend::invalidateMultiple | function | core/ |
|
| DatabaseBackend::isAllowed | function | core/ |
|
| DatabaseBackend::MAXIMUM_NONE | constant | core/ |
Indicates that an infinite number of rows is allowed for the cache backend. |
| DatabaseBackend::MAX_ITEMS_PER_CACHE_SET | constant | core/ |
The chunk size for inserting cache entities. |
| DatabaseBackend::normalizeCid | function | core/ |
Normalizes a cache ID in order to comply with database limitations. |
| DatabaseBackend::prepareItem | function | core/ |
Prepares a cached item. |
| DatabaseBackend::register | function | core/ |
|
| DatabaseBackend::removeBin | function | core/ |
|
| DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the {cache_*} bin tables. |
| DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the flood table. |
| DatabaseBackend::set | function | core/ |
|
| DatabaseBackend::setMultiple | function | core/ |
|
| DatabaseBackend::TABLE_NAME | constant | core/ |
The database table name. |
| DatabaseBackend::__construct | function | core/ |
Construct the DatabaseBackend. |
| DatabaseBackend::__construct | function | core/ |
Constructs a DatabaseBackend object. |
| DatabaseBackendFactory | class | core/ |
Defines a default cache backend factory. |
| DatabaseBackendFactory.php | file | core/ |
|
| DatabaseBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| DatabaseBackendFactory::$connection | property | core/ |
The database connection. |
| DatabaseBackendFactory::get | function | core/ |
Gets DatabaseBackend for the specified cache bin. |
| DatabaseBackendFactory::getMaxRowsForBin | function | core/ |
Gets the max rows for the specified cache bin. |
| DatabaseBackendFactory::__construct | function | core/ |
Constructs the DatabaseBackendFactory object. |
| DatabaseBackendFactoryTest | class | core/ |
Tests Drupal\Core\Cache\DatabaseBackendFactory. |
Pagination
- Previous page
- Page 367
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.