Search for driver
- Search 7.x for driver
- Search 9.5.x for driver
- Search 10.3.x for driver
- Search 11.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BrowserTestBase::$minkDefaultDriverArgs | property | core/ |
|
BrowserTestBase::$minkDefaultDriverClass | property | core/ |
|
BrowserTestBase::getDefaultDriverInstance | function | core/ |
Gets an instance of the default Mink driver. |
BrowserTestBase::getMinkDriverArgs | function | core/ |
Get the Mink driver args from an environment variable, if it is set. Can be overridden in a derived class so it is possible to use a different value for a subset of tests, e.g. the JavaScript tests. |
BrowserTestBaseTest::mockBrowserTestBaseWithDriver | function | core/ |
|
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driverClasses | property | core/ |
Index of what driver-specific class to use for various operations. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::driver | function | core/ |
Returns the type of database driver. |
Connection::getDriverClass | function | core/ |
Gets the driver-specific override class if any for the specified class. |
ConnectionTest::providerGetDriverClass | function | core/ |
Dataprovider for testGetDriverClass(). |
ConnectionTest::testGetDriverClass | function | core/ |
Test getDriverClass(). |
Database::findDriverAutoloadDirectory | function | core/ |
Finds the directory to add to the autoloader for the driver's namespace. |
Database::getDatabaseDriverNamespace | function | core/ |
Gets the PHP namespace of a database driver from the connection info. |
DatabaseLegacyTest::testDbDriver | function | core/ |
Tests deprecation of the db_driver() function. |
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 |
DatabaseTest::testFindDriverAutoloadDirectoryException | function | core/ |
@covers ::findDriverAutoloadDirectory @dataProvider providerFindDriverAutoloadDirectoryException |
db_driver | function | core/ |
Retrieves the name of the currently active database driver. |
DriverNotSpecifiedException | class | core/ |
Exception thrown if no driver is specified for a database connection. |
DriverNotSpecifiedException.php | file | 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::setCookie | function | core/ |
|
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath | function | core/ |
Uploads a file to the Selenium instance and returns the remote path. |
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. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.