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 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| DatabaseDriverList.php | file | core/ |
|
| DatabaseDriverList::$includeTestDrivers | property | core/ |
Determines whether test drivers shall be included in the discovery. |
| DatabaseDriverList::checkIncompatibility | function | core/ |
|
| DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE | constant | core/ |
The namespace of core's MySql database driver. |
| DatabaseDriverList::createExtensionInfo | function | core/ |
|
| DatabaseDriverList::doList | function | core/ |
|
| DatabaseDriverList::doScanExtensions | function | core/ |
|
| DatabaseDriverList::get | function | core/ |
|
| DatabaseDriverList::getAllAvailableInfo | function | core/ |
|
| DatabaseDriverList::getAllInstalledInfo | function | core/ |
|
| DatabaseDriverList::getExtensionDiscovery | function | core/ |
|
| DatabaseDriverList::getExtensionInfo | function | core/ |
|
| DatabaseDriverList::getInstallableList | function | core/ |
Returns the list of installable database drivers. |
Pagination
- Previous page
- Page 310
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.