| 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 |
|
| DatabaseDriverListTest::providerDatabaseDrivers |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Data provider for testLegacyGetFromDriverName(). |
| DatabaseDriverListTest::testGet |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Tests get. |
| DatabaseDriverProvidedByModuleTest |
class |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests output on the status overview page. |
| DatabaseDriverProvidedByModuleTest.php |
file |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::setUp |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
| DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests that the status page shows the error message. |
| DatabaseDriverUninstallValidator |
class |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
Ensures installed modules providing a database driver are not uninstalled. |
| DatabaseDriverUninstallValidator.php |
file |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
|
| DatabaseDriverUninstallValidator::$connection |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
The database connection. |
| DatabaseDriverUninstallValidator::$moduleExtensionList |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
The module extension list. |
| DatabaseDriverUninstallValidator::validate |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
|
| DatabaseDriverUninstallValidator::__construct |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
Constructs a new DatabaseDriverUninstallValidator. |
| database_driver_uninstall_validator |
service |
core/core.services.yml |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
| DriverModuleMissingDependenciesTest |
class |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
Tests for database driver module with missing dependency. |
| DriverModuleMissingDependenciesTest.php |
file |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
|
| DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency |
function |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
Tests determine drivers autoloading failing on missing dependency. |
| DriverNotSpecifiedException |
class |
core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php |
Exception thrown if no driver is specified for a database connection. |
| DriverNotSpecifiedException.php |
file |
core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php |
|
| DriverSpecificConnectionUnitTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests management of database connections. |
| DriverSpecificConnectionUnitTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
|