Search for connect
- Search 7.x for connect
- Search 8.9.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConnectionTest::testLegacyDatabaseDriverInRootDriversDirectory | function | core/ |
Tests the deprecation of Drupal 8 style database drivers. |
ConnectionTest::testMakeComments | function | core/ |
Tests Connection::makeComments(). |
ConnectionTest::testMultipleStatements | function | core/ |
Ensure that you cannot prepare multiple statements. |
ConnectionTest::testMultipleStatementsForNewPhp | function | core/ |
Ensure that you cannot execute multiple statements on MySQL. |
ConnectionTest::testMultipleStatementsQuery | function | core/ |
Ensure that you cannot execute multiple statements in a query. |
ConnectionTest::testNamespaceDefault | function | core/ |
@covers ::__construct |
ConnectionTest::testPdoStatementClass | function | core/ |
Tests the deprecation of \Drupal\Core\Database\Connection::$statementClass. |
ConnectionTest::testPDOStatementQueryDeprecation | function | core/ |
Tests the deprecation of passing a PDOStatement object to ::query. |
ConnectionTest::testPerTablePrefixOption | function | core/ |
Tests per-table prefix connection option. |
ConnectionTest::testPrefixArrayOption | function | core/ |
Tests the prefix connection option in array form. |
ConnectionTest::testPrefixRoundTrip | function | core/ |
Exercise setPrefix() and tablePrefix(). |
ConnectionTest::testPrefixTables | function | core/ |
Exercise the prefixTables() method. |
ConnectionTest::testQueryTrim | function | core/ |
Test rtrim() of query strings. |
ConnectionTest::testSchema | function | core/ |
Tests Connection::schema(). |
ConnectionTest::testStatementDeprecation | function | core/ |
Tests deprecation of the Statement class. |
ConnectionTest::testStatementQueryDeprecation | function | core/ |
Tests the deprecation of passing a statement object to ::query. |
ConnectionTest::testTransactionsOptionDeprecation | function | core/ |
Tests the deprecation of the 'transactions' connection option. |
ConnectionTest::testVersionAndIsMariaDb | function | core/ |
@covers ::version @covers ::isMariaDb @dataProvider providerVersionAndIsMariaDb |
ConnectionUnitTest | class | core/ |
MySQL-specific connection unit tests. |
ConnectionUnitTest | class | core/ |
PostgreSQL-specific connection unit tests. |
ConnectionUnitTest.php | file | core/ |
|
ConnectionUnitTest.php | file | core/ |
|
ConnectionUnitTest::getQuery | function | core/ |
Returns a set of queries specific for MySQL. |
ConnectionUnitTest::getQuery | function | core/ |
Returns a set of queries specific for PostgreSQL. |
Cookie::$connection | property | core/ |
The database connection. |
CronQueueTest::$connection | property | core/ |
The database connection. |
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 used to store flood event information. |
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. |
DatabaseDriverUninstallValidator::$connection | property | core/ |
The 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. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.