Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$settings | property | core/ |
The site settings. |
| 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 enable. |
| 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 enable. |
| 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. |
| DatabaseCacheTagsChecksum | class | core/ |
Cache tags invalidations checksum implementation that uses the database. |
| DatabaseCacheTagsChecksum.php | file | core/ |
|
| DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::catchException | function | core/ |
Act on an exception when cache might be stale. |
| DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| DatabaseCacheTagsChecksum::ensureTableExists | function | core/ |
Check if the cache tags table exists and create it if not. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
| DatabaseCacheTagsChecksum::getTagInvalidationCounts | function | core/ |
Fetches invalidation counts for cache tags. |
| DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
| DatabaseCacheTagsChecksum::__construct | function | core/ |
Constructs a DatabaseCacheTagsChecksum object. |
| DatabaseDriverProvidedByModuleTest | class | core/ |
Tests output on the status overview page. |
| DatabaseDriverProvidedByModuleTest.php | file | core/ |
|
| DatabaseDriverProvidedByModuleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DatabaseDriverProvidedByModuleTest::setUp | function | core/ |
|
| DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled | function | core/ |
Tests that the status page shows the error message. |
| DatabaseDriverUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator. |
| DatabaseDriverUninstallValidator | class | core/ |
Ensures installed modules providing a database driver are not uninstalled. |
| DatabaseDriverUninstallValidator.php | file | core/ |
|
| DatabaseDriverUninstallValidator.php | file | core/ |
|
| DatabaseDriverUninstallValidator::$connection | property | core/ |
The database connection. |
| DatabaseDriverUninstallValidator::$container | property | core/ |
The service container. |
| DatabaseDriverUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
Pagination
- Previous page
- Page 346
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.