Log::$connectionKey |
property |
core/lib/Drupal/Core/Database/Log.php |
The connection key for which this object is logging. |
LoggingTest::testEnableMultiConnectionLogging |
function |
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php |
Tests that we can log queries separately on different connections. |
LonelyMonkeyClass::$connection |
property |
core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php |
The database connection. |
MatcherDumper::$connection |
property |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
The database connection to which to dump route information. |
MenuDeleteForm::$connection |
property |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
The database connection. |
MenuRouterRebuildSubscriber::$connection |
property |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
The database connection. |
MenuTreeStorage::$connection |
property |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
The database connection. |
MenuTreeStorageTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php |
The database connection. |
MigrateTestBase::cleanupMigrateConnection |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Cleans up the test migrate connection. |
MigrateTestBase::createMigrationConnection |
function |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
Changes the database connection to the prefixed one. |
MigrateUpgradeTestBase::createMigrationConnection |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php |
Changes the database connection to the prefixed one. |
MigrationConfigurationTrait::getConnection |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the database connection for the source Drupal database. |
MockTestConnection |
class |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
Mock connection object for test case. |
MockTestConnection.php |
file |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
|
MockTestConnection::$commandsRun |
property |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
|
MockTestConnection::$connectionString |
property |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
|
MockTestConnection::flushCommands |
function |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
|
MockTestConnection::run |
function |
core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php |
|
ModuleInstaller::$connection |
property |
core/lib/Drupal/Core/Extension/ModuleInstaller.php |
The database connection. |
MysqlDriverLegacyTest::testDeprecationConnection |
function |
core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\mysql\Connection |
NextIdTest::testDbNextIdClosedConnection |
function |
core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php |
Tests that sequences table clear up works when a connection is closed. |
NodeCounter::$connection |
property |
core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php |
The database connection. |
NodeRevisionDeleteForm::$connection |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The database connection. |
NodeStatisticsDatabaseStorage::$connection |
property |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
The database connection used. |
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 |
|
PgsqlDriverLegacyTest::testDeprecationConnection |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Connection |
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. |
SchemaTest::$connection |
property |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
The PostgreSql DB connection. |
SchemaTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Connection to the database. |
SearchIndex::$connection |
property |
core/modules/search/src/SearchIndex.php |
The database connection. |
SelectExtender::$connection |
property |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The connection object on which to run this query. |
SessionHandler::$connection |
property |
core/lib/Drupal/Core/Session/SessionHandler.php |
The database connection. |
SessionManager::$connection |
property |
core/lib/Drupal/Core/Session/SessionManager.php |
The database connection to use. |
ShortcutSetStorage::$connection |
property |
core/modules/shortcut/src/ShortcutSetStorage.php |
The database connection. |
Sql::getConnection |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Gets the database connection to use for the view. |
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. |
SqliteDriverLegacyTest::testDeprecationConnection |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\sqlite\Connection |