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 |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
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 |
Marks cache items with any of the specified tags as invalid. |
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 |
Returns the database connection. |
DatabaseCacheTagsChecksum::getTagInvalidationCounts |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Fetches invalidation counts for cache tags. |
DatabaseCacheTagsChecksum::purge |
function |
core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php |
Purge cache tag invalidations. |
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 |
Returns the name of the main extension file, if any. |
DatabaseDriver::getExtensionPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the relative path of the main extension file, if any. |
DatabaseDriver::getFilename |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the filename of the extension's info file. |
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 |
Returns the internal name of the extension. |
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 |
Returns the relative path of the extension. |
DatabaseDriver::getPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the relative path and filename of the extension's info file. |
DatabaseDriver::isExperimental |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Checks if an extension is marked as experimental. |
DatabaseDriver::isObsolete |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Checks if an extension is marked as obsolete. |
DatabaseDriver::load |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Loads the main extension file, if any. |
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 |
Tests the compatibility of an extension. |
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 |
Creates the info value for an extension object. |
DatabaseDriverList::doList |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Builds the list of extensions. |
DatabaseDriverList::doScanExtensions |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Scans the available extensions. |
DatabaseDriverList::get |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns a single extension. |
DatabaseDriverList::getAllAvailableInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns an array of info files information of available extensions. |
DatabaseDriverList::getAllInstalledInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns an array of info files information of installed extensions. |
DatabaseDriverList::getExtensionDiscovery |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns the extension discovery. |
DatabaseDriverList::getExtensionInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns information about a specified extension. |
DatabaseDriverList::getInstallableList |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns the list of installable database drivers. |
DatabaseDriverList::getInstalledExtensionNames |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns a list of machine names of installed extensions. |
DatabaseDriverList::getName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Returns the human-readable name of the extension. |