Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| 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/ |
|
| 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/ |
|
| DatabaseCacheTagsChecksum::ensureTableExists | function | core/ |
Check if the cache tags table exists and create it if not. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
|
| DatabaseCacheTagsChecksum::getTagInvalidationCounts | function | core/ |
|
| DatabaseCacheTagsChecksum::purge | function | core/ |
|
| 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/ |
|
| DatabaseDriver::getExtensionPathname | function | core/ |
|
| DatabaseDriver::getFilename | function | core/ |
|
| 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. |
| DatabaseDriver::getModuleInfo | function | core/ |
Gets the content of the info.yml file of the driver's module, as an array. |
| DatabaseDriver::getName | function | core/ |
|
| DatabaseDriver::getNamespace | function | core/ |
Returns the PHP namespace of the database driver. |
| DatabaseDriver::getPath | function | core/ |
|
| DatabaseDriver::getPathname | function | core/ |
|
| DatabaseDriver::isExperimental | function | core/ |
|
| DatabaseDriver::isObsolete | function | core/ |
|
| DatabaseDriver::load | function | core/ |
|
| DatabaseDriver::__construct | function | core/ |
Constructs a new DatabaseDriver object. |
| DatabaseDriverList | class | core/ |
Provides a list of available database drivers. |
Pagination
- Previous page
- Page 368
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.