DatabaseBackendTest::getNumRows |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Gets the number of rows in the test cache bin database table. |
DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Test that the service "cache.backend.database" is backend overridable. |
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Test that the service "cache_tags.invalidator.checksum" is backend overridable. |
DatabaseBackendTest::testGarbageCollection |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Tests the row count limiting of cache bin database tables. |
DatabaseBackendTest::testSetGet |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
|
DatabaseCacheTagsChecksum |
class |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Cache tags invalidations checksum implementation that uses the database. |
DatabaseCacheTagsChecksum.php |
file |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
|
DatabaseCacheTagsChecksum::$connection |
property |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
The database connection. |
DatabaseCacheTagsChecksum::doInvalidateTags |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
|
DatabaseCacheTagsChecksum::ensureTableExists |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Check if the cache tags table exists and create it if not. |
DatabaseCacheTagsChecksum::getDatabaseConnection |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
|
DatabaseCacheTagsChecksum::getTagInvalidationCounts |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
|
DatabaseCacheTagsChecksum::schemaDefinition |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Defines the schema for the {cachetags} table. |
DatabaseCacheTagsChecksum::__construct |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Constructs a DatabaseCacheTagsChecksum object. |
DatabaseConnectionRefusedException |
class |
core/lib/Drupal/Core/Database/DatabaseConnectionRefusedException.php |
Exception thrown if server refuses connection. |
DatabaseConnectionRefusedException.php |
file |
core/lib/Drupal/Core/Database/DatabaseConnectionRefusedException.php |
|
DatabaseDriver |
class |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Defines a database driver extension object. |
DatabaseDriver.php |
file |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::$classLoader |
property |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
The container class loader. |
DatabaseDriver::$installTasks |
property |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
The install tasks object instance of the database driver. |
DatabaseDriver::getAutoloadInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns an array with the driver's autoload information. |
DatabaseDriver::getDriverName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the name of the database driver. |
DatabaseDriver::getExtensionFilename |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::getExtensionPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::getFilename |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::getInstallTasks |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the install tasks object instance of this database driver. |
DatabaseDriver::getModule |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the Extension object of the module containing the database driver. |
DatabaseDriver::getModuleInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Gets the content of the info.yml file of the driver's module, as an array. |
DatabaseDriver::getName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::getNamespace |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the PHP namespace of the database driver. |
DatabaseDriver::getPath |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::getPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::isExperimental |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::isObsolete |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::load |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
|
DatabaseDriver::__construct |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Constructs a new DatabaseDriver object. |
DatabaseDriverList |
class |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Provides a list of available database drivers. |
DatabaseDriverList.php |
file |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::$includeTestDrivers |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Determines whether test drivers shall be included in the discovery. |
DatabaseDriverList::checkIncompatibility |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE |
constant |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
The namespace of core's MySql database driver. |
DatabaseDriverList::createExtensionInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::doList |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::doScanExtensions |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::get |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getAllAvailableInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getAllInstalledInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getExtensionDiscovery |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getExtensionInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getFromDriverName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns the first available driver extension by the driver name. |