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::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 |
|
DatabaseDriverList::getName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getPath |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::getPathNames |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::includeTestDrivers |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Determines whether test drivers shall be included in the discovery. |
DatabaseDriverList::recalculateInfo |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::recalculatePathNames |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::setPathname |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::sortByName |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
|
DatabaseDriverList::__construct |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Constructs a new instance. |
DatabaseDriverListTest |
class |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Tests DatabaseDriverList methods. |
DatabaseDriverListTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
|