| MysqlDriverTest::testConnection |
function |
core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php |
Tests connection. |
| NonPublicSchemaTest::$testingFakeConnection |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
The database connection for testing. |
| PDOConnection |
class |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
SQLite-specific implementation of a PDO connection. |
| PDOConnection.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
| PDOConnection::beginTransaction |
function |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
| PDOConnection::commit |
function |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
| PDOConnection::rollBack |
function |
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php |
|
| Query::$connection |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The connection object on which to run this query. |
| Query::$connection |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
|
| Query::$connectionKey |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The key of the connection object. |
| Query::$connectionTarget |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
The target of the connection object. |
| Query::getConnection |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Gets the database connection to be used for the query. |
| QueryFactory::$connection |
property |
core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php |
The database connection to use. |
| QueueDatabaseFactory::$connection |
property |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
The database connection. |
| RouteProvider::$connection |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
The database connection from which to read route information. |
| Schema::$connection |
property |
core/lib/Drupal/Core/Database/Schema.php |
The database connection. |
| SelectExtender::$connection |
property |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The connection object on which to run this query. |
| ShortcutSetStorage::$connection |
property |
core/modules/shortcut/src/ShortcutSetStorage.php |
The database connection. |
| SimpletestTestRunResultsStorage::getConnection |
function |
core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php |
Returns the database connection to use for inserting assertions. |
| SimpletestTestRunResultsStorageTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php |
The database connection for testing. |
| Sql::getConnection |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Gets the database connection to use for the view. |
| SqlBaseTest::testBrokenConnection |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests the exception when a connection is defined but not available. |
| SqlBaseTest::testConnectionTypes |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests different connection types. |
| SqlContentEntityStorageTest::$connection |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The database connection to use. |
| SqliteConnection |
class |
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php |
SQLite-specific implementation of a PDO connection. |
| SqliteConnection.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php |
|
| SqliteConnection::beginTransaction |
function |
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php |
|
| SqliteConnection::commit |
function |
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php |
|
| SqliteConnection::rollBack |
function |
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php |
|
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Returns the Database connection info to be used for this test. |
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
|
| SqlQueryTest::testGetConnection |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
| SSH::$connection |
property |
core/lib/Drupal/Core/FileTransfer/SSH.php |
The connection. |
| StatementBase::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/Statement/StatementBase.php |
|
| StatementInterface::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the target connection this statement is associated with. |
| StringDatabaseStorage::$connection |
property |
core/modules/locale/src/StringDatabaseStorage.php |
The database connection. |
| StringFilter::$connection |
property |
core/modules/views/src/Plugin/views/filter/StringFilter.php |
The database connection. |
| StubConnection |
class |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
A stub of the abstract Connection class for testing purposes. |
| StubConnection.php |
file |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::$driver |
property |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
Public property so we can test driver loading mechanism. |
| StubConnection::$statementWrapperClass |
property |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::condition |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::createDatabase |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::databaseType |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::driver |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::exceptionHandler |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::mapConditionOperator |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::open |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::queryRange |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
| StubConnection::schema |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|