Search for driver

  1. Search 7.x for driver
  2. Search 9.5.x for driver
  3. Search 10.3.x for driver
  4. Search 11.x for driver
  5. Other projects
Title Object type File name Summary
BrowserTestBase::$minkDefaultDriverArgs property core/tests/Drupal/Tests/BrowserTestBase.php
BrowserTestBase::$minkDefaultDriverClass property core/tests/Drupal/Tests/BrowserTestBase.php
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 Get the Mink driver args from an environment variable, if it is set. Can
be overridden in a derived class so it is possible to use a different
value for a subset of tests, e.g. the JavaScript tests.
BrowserTestBaseTest::mockBrowserTestBaseWithDriver function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php
Connection::$driver property core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Connection.php Public property so we can test driver loading mechanism.
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::$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/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Returns the type of database driver.
Connection::driver function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Returns the type of database driver.
Connection::driver function core/lib/Drupal/Core/Database/Driver/pgsql/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::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/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Connection.php Returns the type of database driver.
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 Dataprovider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test getDriverClass().
Database::findDriverAutoloadDirectory function core/lib/Drupal/Core/Database/Database.php Finds the directory to add to the autoloader for the driver's namespace.
Database::getDatabaseDriverNamespace function core/lib/Drupal/Core/Database/Database.php Gets the PHP namespace of a database driver from the connection info.
DatabaseLegacyTest::testDbDriver function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_driver() function.
DatabaseTest::addD8CustomDrivers function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Adds a database driver that uses the D8's Drupal\Driver\Database namespace.
DatabaseTest::addModuleDrivers function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Adds database drivers that are provided by modules.
DatabaseTest::providerFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectory().
DatabaseTest::providerFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectoryException().
DatabaseTest::testFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectory
DatabaseTest::testFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectoryException
db_driver function core/includes/database.inc Retrieves the name of the currently active database driver.
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
driver_test.info.yml file core/modules/system/tests/modules/driver_test/driver_test.info.yml core/modules/system/tests/modules/driver_test/driver_test.info.yml
DrupalSelenium2Driver class core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Provides a driver for Selenium testing.
DrupalSelenium2Driver.php file core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::setCookie function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Uploads a file to the Selenium instance and returns the remote path.
DrupalSelenium2Driver::__construct function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2DriverTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests the DrupalSelenium2Driver methods.
DrupalSelenium2DriverTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSelenium2DriverTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php The theme to install as the default for testing.
DrupalSelenium2DriverTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Modules to enable.
DrupalSelenium2DriverTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSelenium2DriverTest::testGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests uploading remote files.
InstallerNonDefaultDatabaseDriverTest class core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Tests the interactive installer.
InstallerNonDefaultDatabaseDriverTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
InstallerNonDefaultDatabaseDriverTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php The theme to install as the default for testing.
InstallerNonDefaultDatabaseDriverTest::$testDriverName property core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php The name of the test database driver in use.
InstallerNonDefaultDatabaseDriverTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Installer step: Configure settings.
InstallerNonDefaultDatabaseDriverTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Confirms that the installation succeeded.

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