Search for driver
- Search 7.x for driver
- Search 9.5.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseDriverList::checkIncompatibility | function | core/ |
Tests the compatibility of an extension. |
DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE | constant | core/ |
The namespace of core's MySql database driver. |
DatabaseDriverList::createExtensionInfo | function | core/ |
Creates the info value for an extension object. |
DatabaseDriverList::doList | function | core/ |
Builds the list of extensions. |
DatabaseDriverList::doScanExtensions | function | core/ |
Scans the available extensions. |
DatabaseDriverList::get | function | core/ |
Returns a single extension. |
DatabaseDriverList::getAllAvailableInfo | function | core/ |
Returns an array of info files information of available extensions. |
DatabaseDriverList::getAllInstalledInfo | function | core/ |
Returns an array of info files information of installed extensions. |
DatabaseDriverList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
DatabaseDriverList::getExtensionInfo | function | core/ |
Returns information about a specified extension. |
DatabaseDriverList::getInstallableList | function | core/ |
Returns the list of installable database drivers. |
DatabaseDriverList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
DatabaseDriverList::getName | function | core/ |
Returns the human-readable name of the extension. |
DatabaseDriverList::getPath | function | core/ |
Gets the path to an extension of a specific type (module, theme, etc.). |
DatabaseDriverList::getPathname | function | core/ |
Gets the info file path for an extension. |
DatabaseDriverList::getPathNames | function | core/ |
Returns a list of extension file paths keyed by machine name. |
DatabaseDriverList::includeTestDrivers | function | core/ |
Determines whether test drivers shall be included in the discovery. |
DatabaseDriverList::recalculateInfo | function | core/ |
Generates the information from .info.yml files for extensions of this type. |
DatabaseDriverList::recalculatePathNames | function | core/ |
Generates a sorted list of .info.yml file locations for all extensions. |
DatabaseDriverList::setPathname | function | core/ |
Sets the pathname for an extension. |
DatabaseDriverList::sortByName | function | core/ |
Array sorting callback; sorts extensions by their name. |
DatabaseDriverList::__construct | function | core/ |
Constructs a new instance. |
DatabaseDriverListTest | class | core/ |
Tests DatabaseDriverList methods. |
DatabaseDriverListTest.php | file | core/ |
|
DatabaseDriverListTest::providerDatabaseDrivers | function | core/ |
Data provider for testLegacyGetFromDriverName(). |
DatabaseDriverListTest::testGet | function | core/ |
@covers ::get |
DatabaseDriverProvidedByModuleTest | class | core/ |
Tests output on the status overview page. |
DatabaseDriverProvidedByModuleTest.php | file | core/ |
|
DatabaseDriverProvidedByModuleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DatabaseDriverProvidedByModuleTest::setUp | function | core/ |
|
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled | function | core/ |
Tests that the status page shows the error message. |
DatabaseDriverUninstallValidator | class | core/ |
Ensures installed modules providing a database driver are not uninstalled. |
DatabaseDriverUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator. |
DatabaseDriverUninstallValidator.php | file | core/ |
|
DatabaseDriverUninstallValidator.php | file | core/ |
|
DatabaseDriverUninstallValidator::$connection | property | core/ |
The database connection. |
DatabaseDriverUninstallValidator::$container | property | core/ |
The service container. |
DatabaseDriverUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
DatabaseDriverUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
DatabaseDriverUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
DatabaseDriverUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
DatabaseDriverUninstallValidator::setStringTranslation | function | core/ |
|
DatabaseDriverUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
DatabaseDriverUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
DatabaseDriverUninstallValidator::__construct | function | core/ |
Constructs a new DatabaseDriverUninstallValidator. |
DatabaseDriverUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
DriverModuleMissingDependenciesTest | class | core/ |
Tests for database driver module with missing dependency. |
DriverModuleMissingDependenciesTest.php | file | core/ |
|
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency | function | core/ |
@covers ::get |
DriverNotSpecifiedException | class | core/ |
Exception thrown if no driver is specified for a database connection. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.