Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConnectionUnitTest::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
ConnectionUnitTest::setUp | function | core/ |
|
ConnectionUnitTest::testConnectionOpen | function | core/ |
Tests pdo options override. |
ConnectionUnitTest::testOpenClose | function | core/ |
Tests Database::closeConnection() without query. |
ConnectionUnitTest::testOpenQueryClose | function | core/ |
Tests Database::closeConnection() with a query. |
ConnectionUnitTest::testOpenQueryPrefetchClose | function | core/ |
Tests Database::closeConnection() with a query and custom prefetch method. |
ConnectionUnitTest::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
ConnectionUnitTest::TEST_TARGET_CONNECTION | constant | core/ |
A target connection identifier to be used for testing. |
Database::$connections | property | core/ |
An nested array of all active connections. It is 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. |
DatabaseQueue::$connection | property | core/ |
The database connection. |
DatabaseStorage::$connection | property | core/ |
The database connection. |
DbCommandBase::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
FileTransfer::connect | function | core/ |
Connects to the server. |
FileTransferAuthorizeForm::addConnectionSettings | function | core/ |
Generates the Form API array for a given connection backend's settings. |
FileTransferAuthorizeForm::setConnectionSettingsDefaults | function | core/ |
Sets the default settings on a file transfer connection form recursively. |
ForumManager::$connection | property | core/ |
Database connection |
FTPExtension::connect | function | core/ |
Connects to the server. |
ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
KeyValueDatabaseExpirableFactory::$connection | property | core/ |
The database connection. |
KeyValueDatabaseFactory::$connection | property | core/ |
The database connection to use. |
Local::connect | function | core/ |
Connects to the server. |
Log::$connectionKey | property | core/ |
The connection key for which this object is logging. |
MenuTreeStorage::$connection | property | core/ |
The database connection. |
NodeCounter::$connection | property | core/ |
The database connection. |
NodeStatisticsDatabaseStorage::$connection | property | core/ |
The database connection used. |
PostgresqlConnectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Connection[[api-linebreak]] @group Database |
PostgresqlConnectionTest.php | file | core/ |
|
PostgresqlConnectionTest::$mockPdo | property | core/ |
Mock PDO object for use in tests. |
PostgresqlConnectionTest::providerEscapeAlias | function | core/ |
Data provider for testEscapeAlias. |
PostgresqlConnectionTest::providerEscapeFields | function | core/ |
Data provider for testEscapeField. |
PostgresqlConnectionTest::providerEscapeTables | function | core/ |
Data provider for testEscapeTable. |
PostgresqlConnectionTest::setUp | function | core/ |
|
PostgresqlConnectionTest::testEscapeAlias | function | core/ |
@covers ::escapeAlias[[api-linebreak]] @dataProvider providerEscapeAlias |
PostgresqlConnectionTest::testEscapeField | function | core/ |
@covers ::escapeField[[api-linebreak]] @dataProvider providerEscapeFields |
PostgresqlConnectionTest::testEscapeTable | function | core/ |
@covers ::escapeTable[[api-linebreak]] @dataProvider providerEscapeTables |
PostgresqlSchemaTest::$connection | property | core/ |
The PostgreSql DB connection. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.