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 11.x for driver
  5. Other projects
Title Object type File name Summary
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
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.
PgsqlDriverLegacyTest class core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php Tests the deprecations of the PostgreSQL database driver classes in Core.
PgsqlDriverLegacyTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php
PgsqlDriverLegacyTest::testDeprecationConnection function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Connection
PgsqlDriverLegacyTest::testDeprecationDelete function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Delete
PgsqlDriverLegacyTest::testDeprecationInsert function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Insert
PgsqlDriverLegacyTest::testDeprecationInstallTasks function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Install\Tasks
PgsqlDriverLegacyTest::testDeprecationSchema function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Schema
PgsqlDriverLegacyTest::testDeprecationSelect function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Select
PgsqlDriverLegacyTest::testDeprecationTruncate function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Truncate
PgsqlDriverLegacyTest::testDeprecationUpdate function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Update
PgsqlDriverLegacyTest::testDeprecationUpsert function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Upsert
ServiceClassDrivertestMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
SqliteDriverLegacyTest class core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php Tests the deprecations of the SQLite database driver classes in Core.
SqliteDriverLegacyTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php
SqliteDriverLegacyTest::testDeprecationConnection function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Connection
SqliteDriverLegacyTest::testDeprecationInsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Insert
SqliteDriverLegacyTest::testDeprecationInstallTasks function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Install\Tasks
SqliteDriverLegacyTest::testDeprecationSchema function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Schema
SqliteDriverLegacyTest::testDeprecationSelect function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Select
SqliteDriverLegacyTest::testDeprecationStatement function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Statement
SqliteDriverLegacyTest::testDeprecationTruncate function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Truncate
SqliteDriverLegacyTest::testDeprecationUpsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Upsert
StatementPrefetch::$driverOptions property core/lib/Drupal/Core/Database/StatementPrefetch.php Driver-specific options. Can be used by child classes.
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
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
UrlConversionTest::testModuleDriverDoesNotExist function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo
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.
WebDriverCurlService::disableRetry function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Disables retries.
WebDriverCurlService::enableRetry function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Enables retries.
WebDriverCurlService::execute function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
WebDriverTestBase class core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Runs a browser test using a driver that supports JavaScript.
WebDriverTestBase.php file core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php
WebDriverTestBase::$disableCssAnimations property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Disables CSS animations in tests for more reliable testing.
WebDriverTestBase::$failOnJavascriptConsoleErrors property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Determines if a test should fail on JavaScript console errors.
WebDriverTestBase::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Mink class for the default driver to use.
WebDriverTestBase::assertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Waits for the given time or until the given JS condition becomes TRUE.

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