Search for driver
- Search 7.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Search 11.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
InstallerNonDefaultDatabaseDriverTest::$testDriverName | property | core/ |
The name of the test database driver in use. |
InstallerNonDefaultDatabaseDriverTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
InstallerNonDefaultDatabaseDriverTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
KernelTestBaseDatabaseDriverModuleTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\KernelTestBase |
KernelTestBaseDatabaseDriverModuleTest.php | file | core/ |
|
KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo | function | core/ |
Returns the Database connection info to be used for this test. |
KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled | function | core/ |
@covers ::bootEnvironment |
KernelTestBaseTest::testDatabaseDriverModuleEnabled | function | core/ |
@covers ::bootEnvironment |
LoggedStatementsTrait::getDriverClass | function | core/ |
|
LoggingTest::providerContribDriverLog | function | core/ |
Provides data for the testContribDriverLog test. |
LoggingTest::testContribDriverLog | function | core/ |
Tests that a log called by a custom database driver returns proper caller. |
LogTest::testContribDriverLog | function | core/ |
Tests that a log called by a custom database driver returns proper caller. |
MysqlDriverLegacyTest | class | core/ |
Tests the deprecations of the MySQL database driver classes in Core. |
MysqlDriverLegacyTest.php | file | core/ |
|
MysqlDriverLegacyTest::testDeprecationConnection | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\Connection |
MysqlDriverLegacyTest::testDeprecationExceptionHandler | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\ExceptionHandler |
MysqlDriverLegacyTest::testDeprecationInsert | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\Insert |
MysqlDriverLegacyTest::testDeprecationInstallTasks | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\Install\Tasks |
MysqlDriverLegacyTest::testDeprecationSchema | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\Schema |
MysqlDriverLegacyTest::testDeprecationUpsert | function | core/ |
@covers Drupal\Core\Database\Driver\mysql\Upsert |
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/ |
Returns the type of database driver. |
system_post_update_enable_provider_database_driver | function | core/ |
Enable the modules that are providing the listed database drivers. |
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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.