Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 8.9.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
DatabaseBackend::$connection | property | core/ |
The database connection used to store flood event information. |
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. |
DriverSpecificKernelTestBase::$connection | property | core/ |
The database connection for testing. |
DriverSpecificSchemaTestBase::$connection | property | core/ |
Connection to the database. |
DriverSpecificTransactionTestBase::testConnectionDeprecations | function | core/ |
Tests deprecation of Connection methods. |
Drupal\Core\Database\Connection | service | core/ |
|
EntityReference::$connection | property | core/ |
The database connection. |
ExceptionDetectNeedsInstallSubscriber::$connection | property | core/ |
The default database connection. |
ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest | class | core/ |
@group Database |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.