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
DriverSpecificTransactionTestBase::transactionOuterLayer function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Encapsulates a transaction's "inner layer" with an "outer layer".
driver_missing_dependency_test.info.yml file core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml
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::click function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::dragTo function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
DrupalSelenium2Driver::executeJsOnElement function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Executes JS on a given element.
DrupalSelenium2Driver::setValue 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::waitFor function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Waits for a callback to return a truthy result and returns it.
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 install.
DrupalSelenium2DriverTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
DrupalSelenium2DriverTest::testGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests uploading remote files.
extension.list.database_driver service core/core.services.yml Drupal\Core\Extension\DatabaseDriverList
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::getInstalledDatabaseSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php Returns the databases setup from the SUT's settings.php.
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.
KernelTestBaseDatabaseDriverModuleTest class core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php @coversDefaultClass \Drupal\KernelTests\KernelTestBase[[api-linebreak]]
KernelTestBaseDatabaseDriverModuleTest.php file core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo function core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php Returns the Database connection info to be used for this test.
KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled function core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php @covers ::bootEnvironment[[api-linebreak]]
KernelTestBaseTest::testDatabaseDriverModuleEnabled function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::bootEnvironment[[api-linebreak]]
MysqlDriverTest class core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php Tests the deprecations of the MySQL database driver classes in Core.
MysqlDriverTest.php file core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php
MysqlDriverTest::testConnection function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php @covers \Drupal\mysql\Driver\Database\mysql\Connection[[api-linebreak]]
PerformanceTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Gets the Mink driver args from an environment variable.
PerformanceTestTrait::doGetMinkDriverArgs function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::getMinkDriverArgs().
PerformanceTestTrait::processChromeDriverPerformanceLogs function core/tests/Drupal/Tests/PerformanceTestTrait.php Gets the chromedriver performance log and extracts metrics from it.
ServiceClassDriverTestMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
StubConnection::$driver property core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Public property so we can test driver loading mechanism.
StubConnection::driver function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Returns the type of database driver.
Tasks::$pdoDriver property core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php The PDO driver name for MySQL and equivalent databases.
Tasks::$pdoDriver property core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::hasPdoDriver function core/lib/Drupal/Core/Database/Install/Tasks.php Ensure the PDO driver is supported by the version of PHP in use.
UrlConversionTest::testDriverModuleDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UrlConversionTest::testModuleDriverDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UrlConversionTest::testNoModuleSpecifiedDefaultsToDriverName function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Tests that connection URL with no module name defaults to driver name.
WebDriverCurlService class core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Provides a curl service to interact with Selenium driver.
WebDriverCurlService.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
WebDriverCurlService::$retry property core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Flag that indicates if retries are enabled.

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