Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackend::removeBin | function | core/ |
Remove a cache bin. |
| DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the flood table. |
| DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the {cache_*} bin tables. |
| 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/ |
Construct the DatabaseBackend. |
| DatabaseBackend::__construct | function | core/ |
Constructs a DatabaseBackend object. |
| 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. |
| 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/ |
Test that the service "cache_tags.invalidator.checksum" is backend overridable. |
| DatabaseBackendTest::testGarbageCollection | function | core/ |
Tests the row count limiting of cache bin database tables. |
| DatabaseBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseEventSubscriber::$countStatementEnds | property | core/ |
A counter of finished statement executions. |
| DatabaseEventSubscriber::onStatementExecutionEnd | function | core/ |
Subscribes to a statement execution finished event. |
| DatabaseFileUsageBackend | class | core/ |
Defines the database file usage backend. This is the default Drupal backend. |
| DatabaseFileUsageBackend.php | file | core/ |
|
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseFileUsageBackend::$tableName | property | core/ |
The name of the SQL table used to store file usage information. |
| DatabaseFileUsageBackend::add | function | core/ |
Records that a module is using a file. |
| DatabaseFileUsageBackend::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| DatabaseFileUsageBackend::listUsage | function | core/ |
Determines where a file is used. |
| DatabaseFileUsageBackend::__construct | function | core/ |
Construct the DatabaseFileUsageBackend. |
| DatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. |
| DatabaseLockBackend | class | core/ |
Defines the database lock backend. This is the default backend in Drupal. |
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend::$container | property | core/ |
The service container. |
| DatabaseLockBackend::$database | property | core/ |
The database connection. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.