Search for driver
- Search 7.x for driver
- Search 9.5.x for driver
- Search 8.9.x for driver
- Search 11.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MysqlDriverTest | class | core/ |
Tests the deprecations of the MySQL database driver classes in Core. |
MysqlDriverTest.php | file | core/ |
|
MysqlDriverTest::testConnection | function | core/ |
@covers \Drupal\mysql\Driver\Database\mysql\Connection |
PerformanceTestBase::getMinkDriverArgs | function | core/ |
Gets the Mink driver args from an environment variable. |
PerformanceTestTrait::doGetMinkDriverArgs | function | core/ |
Helper for ::getMinkDriverArgs(). |
PerformanceTestTrait::processChromeDriverPerformanceLogs | function | core/ |
Gets the chromedriver performance log and extracts metrics from it. |
PgsqlDriverLegacyTest | class | core/ |
Tests the deprecations of the PostgreSQL database driver classes in Core. |
PgsqlDriverLegacyTest.php | file | core/ |
|
PgsqlDriverLegacyTest::testDeprecationConnection | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Connection |
PgsqlDriverLegacyTest::testDeprecationDelete | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Delete |
PgsqlDriverLegacyTest::testDeprecationInsert | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Insert |
PgsqlDriverLegacyTest::testDeprecationInstallTasks | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Install\Tasks |
PgsqlDriverLegacyTest::testDeprecationSchema | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Schema |
PgsqlDriverLegacyTest::testDeprecationSelect | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Select |
PgsqlDriverLegacyTest::testDeprecationTruncate | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Truncate |
PgsqlDriverLegacyTest::testDeprecationUpdate | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Update |
PgsqlDriverLegacyTest::testDeprecationUpsert | function | core/ |
@covers Drupal\Core\Database\Driver\pgsql\Upsert |
ServiceClassDrivertestMysql | class | core/ |
|
SqliteDriverLegacyTest | class | core/ |
Tests the deprecations of the SQLite database driver classes in Core. |
SqliteDriverLegacyTest.php | file | core/ |
|
SqliteDriverLegacyTest::testDeprecationConnection | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Connection |
SqliteDriverLegacyTest::testDeprecationInsert | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Insert |
SqliteDriverLegacyTest::testDeprecationInstallTasks | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Install\Tasks |
SqliteDriverLegacyTest::testDeprecationSchema | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Schema |
SqliteDriverLegacyTest::testDeprecationSelect | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Select |
SqliteDriverLegacyTest::testDeprecationStatement | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Statement |
SqliteDriverLegacyTest::testDeprecationTruncate | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Truncate |
SqliteDriverLegacyTest::testDeprecationUpsert | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Upsert |
StatementPrefetch::$driverOptions | property | core/ |
Driver-specific options. Can be used by child classes. |
StubConnection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
StubConnection::driver | function | core/ |
|
Tasks::$pdoDriver | property | core/ |
The name of the PDO driver this database type requires. |
Tasks::$pdoDriver | property | core/ |
The PDO driver name for MySQL and equivalent databases. |
Tasks::$pdoDriver | property | core/ |
The name of the PDO driver this database type requires. |
Tasks::$pdoDriver | property | core/ |
The name of the PDO driver this database type requires. |
Tasks::hasPdoDriver | function | core/ |
Ensure the PDO driver is supported by the version of PHP in use. |
UrlConversionTest::testDriverModuleDoesNotExist | function | core/ |
@covers ::convertDbUrlToConnectionInfo |
UrlConversionTest::testModuleDriverDoesNotExist | function | core/ |
@covers ::convertDbUrlToConnectionInfo |
WebDriverCurlService | class | core/ |
Provides a curl service to interact with Selenium driver. |
WebDriverCurlService.php | file | core/ |
|
WebDriverCurlService::$retry | property | core/ |
Flag that indicates if retries are enabled. |
WebDriverCurlService::disableRetry | function | core/ |
Disables retries. |
WebDriverCurlService::enableRetry | function | core/ |
Enables retries. |
WebDriverCurlService::execute | function | core/ |
|
WebDriverTestBase | class | core/ |
Runs a browser test using a driver that supports JavaScript. |
WebDriverTestBase.php | file | core/ |
|
WebDriverTestBase::$disableCssAnimations | property | core/ |
Disables CSS animations in tests for more reliable testing. |
WebDriverTestBase::$failOnJavascriptConsoleErrors | property | core/ |
Determines if a test should fail on JavaScript console errors. |
WebDriverTestBase::$minkDefaultDriverClass | property | core/ |
Mink class for the default driver to use. |
WebDriverTestBase::assertJsCondition | function | core/ |
Waits for the given time or until the given JS condition becomes TRUE. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.