Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| DatabaseBackendFactoryTest.php | file | core/ |
|
| DatabaseBackendFactoryTest::getProvider | function | core/ |
|
| DatabaseBackendFactoryTest::testGet | function | core/ |
Tests get. |
| DatabaseBackendTagTest | class | core/ |
Tests DatabaseBackend cache tag implementation. |
| DatabaseBackendTagTest.php | file | core/ |
|
| 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::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. |
| 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::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::purge | function | core/ |
Purge cache tag invalidations. |
| DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
| DatabaseCacheTagsChecksum::__construct | function | core/ |
Constructs a DatabaseCacheTagsChecksum object. |
| DatabaseConnectionRefusedException | class | core/ |
Exception thrown if server refuses connection. |
| DatabaseConnectionRefusedException.php | file | core/ |
|
| DatabaseDriver | class | core/ |
Defines a database driver extension object. |
| DatabaseDriver.php | file | core/ |
|
| DatabaseDriver::$classLoader | property | core/ |
The container class loader. |
| DatabaseDriver::$installTasks | property | core/ |
The install tasks object instance of the database driver. |
| DatabaseDriver::getAutoloadInfo | function | core/ |
Returns an array with the driver's autoload information. |
| DatabaseDriver::getDriverName | function | core/ |
Returns the name of the database driver. |
| DatabaseDriver::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
| DatabaseDriver::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
| DatabaseDriver::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| DatabaseDriver::getInstallTasks | function | core/ |
Returns the install tasks object instance of this database driver. |
| DatabaseDriver::getModule | function | core/ |
Returns the Extension object of the module containing the database driver. |
Pagination
- Previous page
- Page 313
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.