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 |
---|---|---|---|
DatabaseTest::testFindDriverAutoloadDirectoryException | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectoryException |
database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
DriverNotSpecifiedException | class | core/ |
Exception thrown if no driver is specified for a database connection. |
DriverNotSpecifiedException.php | file | core/ |
|
DriverSpecificConnectionUnitTestBase | class | core/ |
Tests management of database connections. |
DriverSpecificConnectionUnitTestBase.php | file | core/ |
|
DriverSpecificConnectionUnitTestBase::$id | property | core/ |
The connection ID of the current test connection. |
DriverSpecificConnectionUnitTestBase::$monitor | property | core/ |
A database connection used for monitoring processes. |
DriverSpecificConnectionUnitTestBase::assertConnection | function | core/ |
Asserts that a connection ID exists. |
DriverSpecificConnectionUnitTestBase::assertNoConnection | function | core/ |
Asserts that a connection ID does not exist. |
DriverSpecificConnectionUnitTestBase::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
DriverSpecificConnectionUnitTestBase::getQuery | function | core/ |
Returns a set of queries specific for the database in testing. |
DriverSpecificConnectionUnitTestBase::setUp | function | core/ |
|
DriverSpecificConnectionUnitTestBase::testConnectionOpen | function | core/ |
Tests pdo options override. |
DriverSpecificConnectionUnitTestBase::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
DriverSpecificConnectionUnitTestBase::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
DriverSpecificDatabaseTestBase | class | core/ |
Base class for driver specific database tests. |
DriverSpecificDatabaseTestBase.php | file | core/ |
|
DriverSpecificDatabaseTestBase::$modules | property | core/ |
Modules to enable. |
DriverSpecificDatabaseTestBase::setUp | function | core/ |
|
DriverSpecificKernelTestBase | class | core/ |
Base class for driver specific kernel tests. |
DriverSpecificKernelTestBase.php | file | core/ |
|
DriverSpecificKernelTestBase::$connection | property | core/ |
The database connection for testing. |
DriverSpecificKernelTestBase::setUp | function | core/ |
|
DriverSpecificSchemaTestBase | class | core/ |
Tests table creation and modification via the schema API. |
DriverSpecificSchemaTestBase.php | file | core/ |
|
DriverSpecificSchemaTestBase::$schema | property | core/ |
Database schema instance. |
DriverSpecificSchemaTestBase::setUp | function | core/ |
|
driver_test.info.yml | file | core/ |
core/modules/system/tests/modules/driver_test/driver_test.info.yml |
DrupalSelenium2Driver | class | core/ |
Provides a driver for Selenium testing. |
DrupalSelenium2Driver.php | file | core/ |
|
DrupalSelenium2Driver::click | function | core/ |
|
DrupalSelenium2Driver::dragTo | function | core/ |
|
DrupalSelenium2Driver::setCookie | function | core/ |
|
DrupalSelenium2Driver::setValue | function | core/ |
|
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath | function | core/ |
Uploads a file to the Selenium instance and returns the remote path. |
DrupalSelenium2Driver::waitFor | function | core/ |
Waits for a callback to return a truthy result and returns it. |
DrupalSelenium2Driver::__construct | function | core/ |
|
DrupalSelenium2DriverTest | class | core/ |
Tests the DrupalSelenium2Driver methods. |
DrupalSelenium2DriverTest.php | file | core/ |
|
DrupalSelenium2DriverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DrupalSelenium2DriverTest::$modules | property | core/ |
Modules to enable. |
DrupalSelenium2DriverTest::setUp | function | core/ |
|
DrupalSelenium2DriverTest::testGetRemoteFilePath | function | core/ |
Tests uploading remote files. |
InstallerNonDefaultDatabaseDriverTest | class | core/ |
Tests the interactive installer. |
InstallerNonDefaultDatabaseDriverTest.php | file | core/ |
|
InstallerNonDefaultDatabaseDriverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.