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 |
---|---|---|---|
DatabaseTest::addD8CustomDrivers | function | core/ |
Adds a database driver that uses the D8's Drupal\Driver\Database namespace. |
DatabaseTest::addModuleDrivers | function | core/ |
Adds database drivers that are provided by modules. |
DatabaseTest::providerFindDriverAutoloadDirectory | function | core/ |
Data provider for ::testFindDriverAutoloadDirectory(). |
DatabaseTest::providerFindDriverAutoloadDirectoryException | function | core/ |
Data provider for ::testFindDriverAutoloadDirectoryException(). |
DatabaseTest::testFindDriverAutoloadDirectory | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectory @group legacy |
DatabaseTest::testFindDriverAutoloadDirectoryException | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectoryException @group legacy |
database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
DriverModuleMissingDependenciesTest | class | core/ |
Tests for database driver module with missing dependency. |
DriverModuleMissingDependenciesTest.php | file | core/ |
|
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency | function | core/ |
@covers ::get |
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 install. |
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::$connection | property | core/ |
Connection to the database. |
DriverSpecificSchemaTestBase::$counter | property | core/ |
A global counter for table and field creation. |
DriverSpecificSchemaTestBase::$schema | property | core/ |
Database schema instance. |
DriverSpecificSchemaTestBase::assertCollation | function | core/ |
Asserts that fields have the correct collation, if supported. |
DriverSpecificSchemaTestBase::assertFieldAdditionRemoval | function | core/ |
Asserts that a given field can be added and removed from a table. |
DriverSpecificSchemaTestBase::assertFieldChange | function | core/ |
Asserts that a field can be changed from one spec to another. |
DriverSpecificSchemaTestBase::assertFieldCharacteristics | function | core/ |
Asserts that a newly added field has the correct characteristics. |
DriverSpecificSchemaTestBase::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
DriverSpecificSchemaTestBase::checkSequenceRenaming | function | core/ |
Check that the ID sequence gets renamed when the table is renamed. |
DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey | function | core/ |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
DriverSpecificSchemaTestBase::setUp | function | core/ |
|
DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial | function | core/ |
Tests converting an int to a serial when the int column has data. |
DriverSpecificSchemaTestBase::testChangeSerialFieldLength | function | core/ |
Tests changing a field length. |
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.