Search for database
- Search 7.x for database
- Search 9.5.x for database
- Search 8.9.x for database
- Search 10.3.x for database
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Database | class | core/ |
Primary front-controller for the database system. |
database | service | core/ |
Drupal\Core\Database\Connection |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Gets the maximum number of rows for this cache bin table. |
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/ |
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/ |
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/ |
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/ |
@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/ |
Test tag invalidation. |
DatabaseBackendTagTest::testTagsPurge | function | core/ |
Test cache tag purging. |
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. |
DatabaseBackendTest::getNumRows | function | core/ |
Gets the number of rows in the test cache bin database table. |
DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable | function | core/ |
Test that the service "cache.backend.database" is backend overridable. |
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable | function | core/ |
Tests that "cache_tags.invalidator.checksum" is backend overridable. |
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.