Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 8.9.x for connect
- Search 10.3.x for connect
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Database::$connections | property | core/ |
A nested array of active connections, keyed by database name and target. |
| Database::addConnectionInfo | function | core/ |
Adds database connection information for a given key/target. |
| Database::closeConnection | function | core/ |
Closes a connection to the server specified by the given key and target. |
| Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
| Database::getAllConnectionInfo | function | core/ |
Gets connection information for all available databases. |
| Database::getConnection | function | core/ |
Gets the connection object for the specified database key and target. |
| Database::getConnectionInfo | function | core/ |
Gets information on the specified database connection. |
| Database::getConnectionInfoAsUrl | function | core/ |
Gets database connection info as a URL. |
| Database::isActiveConnection | function | core/ |
Determines if there is an active connection. |
| Database::openConnection | function | core/ |
Opens a connection to the server specified by the given key and target. |
| Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
| Database::removeConnection | function | core/ |
Remove a connection and its corresponding connection information. |
| Database::renameConnection | function | core/ |
Rename a connection and its corresponding connection information. |
| Database::setActiveConnection | function | core/ |
Sets the active connection to the specified key. |
| Database::setMultipleConnectionInfo | function | core/ |
Sets connection information for multiple databases. |
| DatabaseBackend::$connection | property | core/ |
The database connection. |
| DatabaseBackendFactory::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
| DatabaseConnectionRefusedException | class | core/ |
Exception thrown if server refuses connection. |
| DatabaseConnectionRefusedException.php | file | core/ |
|
| DatabaseDriverUninstallValidator::$connection | property | core/ |
The database connection. |
| DatabaseEventsTest::$connection | property | core/ |
A database connection. |
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseQueue::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseStorage::$connection | property | core/ |
The database connection. |
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestController::$connection | property | core/ |
The database connection. |
| DbCommandBase::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
| DbCommandBaseTester::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
| DbLog::$connection | property | core/ |
The database connection object. |
| DbLog::DEDICATED_DBLOG_CONNECTION_TARGET | constant | core/ |
The dedicated database connection target to use for log entries. |
| DblogClearLogConfirmForm::$connection | property | core/ |
The database connection. |
| 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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.