Search for driver

  1. Search 7.x for driver
  2. Search 9.5.x for driver
  3. Search 8.9.x for driver
  4. Search 10.3.x for driver
  5. Other projects
Title Object type File name Summary
BackendCompilerPassTest::getDrivertestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DrivertestMysql database mock definition in it.
BrowserTestBase::$minkDefaultDriverArgs property core/tests/Drupal/Tests/BrowserTestBase.php Mink default driver params.
BrowserTestBase::$minkDefaultDriverClass property core/tests/Drupal/Tests/BrowserTestBase.php Mink class for the default driver to use.
BrowserTestBase::getDefaultDriverInstance function core/tests/Drupal/Tests/BrowserTestBase.php Gets an instance of the default Mink driver.
BrowserTestBase::getMinkDriverArgs function core/tests/Drupal/Tests/BrowserTestBase.php Gets the Mink driver args from an environment variable.
BrowserTestBaseTest::mockBrowserTestBaseWithDriver function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php
Connection::$driver property core/tests/fixtures/database_drivers/core/CoreFake/Connection.php Public property so we can test driver loading mechanism.
Connection::$driver property core/tests/fixtures/database_drivers/custom/fake/Connection.php Public property so we can test driver loading mechanism.
Connection::$driver property core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Public property so we can test driver loading mechanism.
Connection::$driver property core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Connection.php Public property so we can test driver loading mechanism.
Connection::$driverClasses property core/lib/Drupal/Core/Database/Connection.php Index of what driver-specific class to use for various operations.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Connection.php Returns the type of database driver.
Connection::driver function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns the type of database driver.
Connection::driver function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php Returns the type of database driver.
Connection::driver function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns the type of database driver.
Connection::driver function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns the type of database driver.
Connection::driver function core/lib/Drupal/Core/Database/Connection.php Returns the type of database driver.
Connection::driverTransactionManager function core/lib/Drupal/Core/Database/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns a new instance of the driver's transaction manager.
Connection::getDriverClass function core/lib/Drupal/Core/Database/Connection.php Gets the driver-specific override class if any for the specified class.
ConnectionTest::providerGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::getDriverClass
@dataProvider providerGetDriverClass
@group legacy
Database::getDriverList function core/lib/Drupal/Core/Database/Database.php Returns the list provider for available database drivers.
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
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.