Search for database
- Search 7.x for database
- Search 9.5.x for database
- Search 8.9.x for database
- Search 11.x for database
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| database | service | core/ |
Drupal\Core\Database\Connection |
| Database | class | core/ |
Primary front-controller for the database system. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackend::delete | function | core/ |
Deletes an item from the cache. |
| DatabaseBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| DatabaseBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| 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/ |
Performs garbage collection on a cache bin. |
| DatabaseBackend::garbageCollection | function | core/ |
Cleans up expired flood events. |
| DatabaseBackend::get | function | core/ |
Returns data from the persistent cache. |
| DatabaseBackend::getMaxRows | function | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
| DatabaseBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| DatabaseBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| DatabaseBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| DatabaseBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| DatabaseBackend::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| DatabaseBackend::MAXIMUM_NONE | constant | core/ |
-1 means infinite allows numbers of rows 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/ |
Registers an event for the current visitor to the flood control mechanism. |
| DatabaseBackend::removeBin | function | core/ |
Remove a cache bin. |
| 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/ |
Stores data in the persistent cache. |
| DatabaseBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| DatabaseBackend::TABLE_NAME | constant | core/ |
The database table name. |
| DatabaseBackend::__construct | function | core/ |
Constructs a DatabaseBackend object. |
| DatabaseBackend::__construct | function | core/ |
Construct the DatabaseBackend. |
| DatabaseBackendFactory | class | core/ |
|
| 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/ |
@coversDefaultClass \Drupal\Core\Cache\DatabaseBackendFactory[[api-linebreak]] @group Cache |
| DatabaseBackendFactoryTest.php | file | core/ |
|
| DatabaseBackendFactoryTest::getProvider | function | core/ |
|
| DatabaseBackendFactoryTest::testGet | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::get[[api-linebreak]] @dataProvider getProvider |
| DatabaseBackendTagTest | class | core/ |
Tests DatabaseBackend cache tag implementation. |
| DatabaseBackendTagTest.php | file | core/ |
|
| DatabaseBackendTagTest::$modules | property | core/ |
Modules to install. |
| DatabaseBackendTagTest::register | function | core/ |
Registers test-specific services. |
| DatabaseBackendTagTest::testTagInvalidations | function | core/ |
|
| DatabaseBackendTest | class | core/ |
Unit test of the database backend using the generic cache unit test base. |
| DatabaseBackendTest.php | file | core/ |
|
| DatabaseBackendTest::$maxRows | property | core/ |
The max rows to use for test bins. |
| DatabaseBackendTest::$modules | property | core/ |
Modules to install. |
| DatabaseBackendTest::createCacheBackend | function | core/ |
Creates a new instance of DatabaseBackend. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.