40 calls to Database::getConnection()

AliasTest::tearDown in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
Deletes created files, database tables, and reverts all environment changes.
AliasTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AliasTest::testLookupPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
ConnectionTest::testConnectionClosing in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests the closing of a database connection.
ConnectionTest::testConnectionOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests the connection options of the active database.
ConnectionTest::testConnectionRouting in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ConnectionTest::testConnectionRoutingOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ConnectionUnitTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Sets up unit test environment.
ConnectionUnitTest::testOpenClose in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests Database::closeConnection() without query.
ConnectionUnitTest::testOpenQueryClose in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests Database::closeConnection() with a query.
ConnectionUnitTest::testOpenQueryPrefetchClose in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests Database::closeConnection() with a query and custom prefetch method.
ConnectionUnitTest::testOpenSelectQueryClose in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests Database::closeConnection() with a select query.
GarbageCollectionTest::testGarbageCollection in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php
Tests garbage collection.
locale_storage in drupal/core/modules/locale/locale.module
Gets the locale storage controller class .
MatcherDumperTest::testAddAdditionalRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper when it already has some.
MatcherDumperTest::testAddRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper.
MatcherDumperTest::testCreate in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirms that the dumper can be instantiated successfuly.
MatcherDumperTest::testDump in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirm that we can dump a route collection to the database.
PathMatcherTest::tearDown in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Deletes created files, database tables, and reverts all environment changes.
PathMatcherTest::testCandidateOutlines in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that the correct candidate outlines are generated.
PathMatcherTest::testExactPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes with the exact incoming path.
PathMatcherTest::testOutlinePathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision2 in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchTrailingSlash in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
PathMatcherTest::testOutlinePathNoMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that an exception is thrown when no matching path is found.
PathMatcherTest::testSystemPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that system_path attribute overrides request path.
Query::__wakeup in drupal/core/lib/Drupal/Core/Database/Query/Query.php
Implements the magic __wakeup function to reconnect to the database.
Tasks::checkBinaryOutput in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check Binary Output.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Install/Tasks.php
Check if we can connect to the database.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
Tasks::connect in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check database connection and attempt to create database if the database is missing.
TempStoreDatabaseTest::testUserTempStore in drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TestBase::getDatabaseConnection in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Returns the database connection to the site running Simpletest.
TransactionTest::testTransactionStacking in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TransactionTest::transactionInnerLayer in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Creates an "inner layer" transaction.
TransactionTest::transactionOuterLayer in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Encapsulates a transaction's "inner layer" with an "outer layer".
ViewUI::renderPreview in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php