38 calls to Database::getConnectionInfo() in Zircon Profile 8
- BrowserTestBase::changeDatabasePrefix in core/
modules/ simpletest/ src/ BrowserTestBase.php - Changes the database connection to the prefixed one.
- BrowserTestBase::cleanupEnvironment in core/
modules/ simpletest/ src/ BrowserTestBase.php - Clean up the Simpletest environment.
- BrowserTestBase::installParameters in core/
modules/ simpletest/ src/ BrowserTestBase.php - Returns the parameters that will be used when Simpletest installs Drupal.
- ConnectionTest::testConnectionOptions in core/
modules/ system/ src/ Tests/ Database/ ConnectionTest.php - Tests the connection options of the active database.
- ConnectionTest::testConnectionRouting in core/
modules/ system/ src/ Tests/ Database/ ConnectionTest.php - Tests that connections return appropriate connection objects.
- ConnectionTest::testConnectionRoutingOverride in core/
modules/ system/ src/ Tests/ Database/ ConnectionTest.php - Tests that connections return appropriate connection objects.
- ConnectionUnitTest::addConnection in core/
modules/ system/ src/ Tests/ Database/ ConnectionUnitTest.php - Adds a new database connection info to Database.
- ConnectionUnitTest::setUp in core/
modules/ system/ src/ Tests/ Database/ ConnectionUnitTest.php - Performs setup tasks before each individual test method is run.
- ConnectionUnitTest::testConnectionOpen in core/
modules/ system/ src/ Tests/ Database/ ConnectionUnitTest.php - Tests pdo options override.
- Database::getConnectionInfoAsUrl in core/
lib/ Drupal/ Core/ Database/ Database.php - Gets database connection info as a URL.
- DbCommandBase::getDatabaseConnection in core/
lib/ Drupal/ Core/ Command/ DbCommandBase.php - Parse input options decide on a database.
- DbLog::log in core/
modules/ dblog/ src/ Logger/ DbLog.php - Logs with an arbitrary level.
- db_ignore_replica in core/
includes/ database.inc - Sets a session variable specifying the lag time for ignoring a replica server (A replica server is traditionally referred to as a "slave" in database server documentation).
- DrupalKernel::handle in core/
lib/ Drupal/ Core/ DrupalKernel.php - Handles a Request to convert it to a Response.
- IgnoreReplicaSubscriberTest::testSystemInitIgnoresSecondaries in core/
modules/ system/ src/ Tests/ System/ IgnoreReplicaSubscriberTest.php - Tests \Drupal\Core\EventSubscriber\ReplicaDatabaseIgnoreSubscriber::checkReplicaServer().
- InstallerExistingDatabaseSettingsTest::setUp in core/
modules/ system/ src/ Tests/ Installer/ InstallerExistingDatabaseSettingsTest.php - Sets up a Drupal site for running functional and integration tests.
- InstallerExistingSettingsNoProfileTest::setUp in core/
modules/ system/ src/ Tests/ Installer/ InstallerExistingSettingsNoProfileTest.php - Configures a preexisting settings.php file without an install_profile setting before invoking the interactive installer.
- InstallerExistingSettingsTest::setUp in core/
modules/ system/ src/ Tests/ Installer/ InstallerExistingSettingsTest.php - Fully configures a preexisting settings.php file before invoking the interactive installer.
- install_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- install_verify_database_ready in core/
includes/ install.core.inc - Verify that the database is ready (no existing Drupal installation).
- install_verify_database_settings in core/
includes/ install.core.inc - Verifies that settings.php specifies a valid database connection.
- KernelTestBase::getDatabaseConnectionInfo in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Returns the Database connection info to be used for this test.
- KernelTestBase::tearDown in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - KernelTestBaseTest::run in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Run all tests in this class.
- LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/
modules/ system/ src/ Tests/ Database/ LargeQueryTest.php - Tests truncation of messages when max_allowed_packet exception occurs.
- LoggingTest::testEnableMultiConnectionLogging in core/
modules/ system/ src/ Tests/ Database/ LoggingTest.php - Tests that we can log queries separately on different connections.
- LoggingTest::testEnableTargetLogging in core/
modules/ system/ src/ Tests/ Database/ LoggingTest.php - Tests logging queries against multiple targets on the same connection.
- MigrateTestBase::cleanupMigrateConnection in core/
modules/ migrate/ src/ Tests/ MigrateTestBase.php - Cleans up the test migrate connection.
- MigrateTestBase::createMigrationConnection in core/
modules/ migrate/ src/ Tests/ MigrateTestBase.php - Changes the database connection to the prefixed one.
- SchemaTest::testFindTables in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Tests the findTables() method.
- SiteSettingsForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteSettingsForm.php - Form constructor.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Install/ Tasks.php - Check if we can connect to the database.
- Tasks::connect in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php - Check if we can connect to the database.
- TestBase::changeDatabasePrefix in core/
modules/ simpletest/ src/ TestBase.php - Changes the database connection to the prefixed one.
- TestBase::restoreEnvironment in core/
modules/ simpletest/ src/ TestBase.php - Cleans up the test environment and restores the original environment.
- UpdatePathTestBase::prepareSettings in core/
modules/ system/ src/ Tests/ Update/ UpdatePathTestBase.php - Add settings that are missed since the installer isn't run.
- WebTestBase::installParameters in core/
modules/ simpletest/ src/ WebTestBase.php - Returns the parameters that will be used when Simpletest installs Drupal.