13 calls to Database::getConnectionInfo()

ConnectionUnitTest::addConnection in drupal-7.x/modules/simpletest/tests/database_test.test
Adds a new database connection info to Database.
ConnectionUnitTest::setUp in drupal-7.x/modules/simpletest/tests/database_test.test
Sets up unit test environment.
DatabaseConnectionTestCase::testConnectionOptions in drupal-7.x/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseConnectionTestCase::testConnectionRouting in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseConnectionTestCase::testConnectionRoutingOverride in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries separately on different connections.
DatabaseLoggingTestCase::testEnableTargetLogging in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can log queries against multiple targets on the same connection.
DatabaseSchema_mysql::getPrefixInfo in drupal-7.x/includes/database/mysql/schema.inc
Get information about the table and database name from the prefix.
db_ignore_slave in drupal-7.x/includes/database/database.inc
Sets a session variable specifying the lag time for ignoring a slave server.
DrupalUnitTestCase::setUp in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Sets up unit test environment.
DrupalWebTestCase::changeDatabasePrefix in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Changes the database connection to the prefixed one.
DrupalWebTestCase::tearDown in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
_registry_update in drupal-7.x/includes/registry.inc
Does the work for registry_update().