9 calls to Database::parseConnectionInfo()
- Database::getConnectionInfo in drupal-7.x/
includes/ database/ database.inc - Gets information on the specified database connection.
- Database::getConnectionInfo in drupal-7.x/
includes/ database/ database.inc - Gets information on the specified database connection.
- Database::openConnection in drupal-7.x/
includes/ database/ database.inc - Opens a connection to the server specified by the given key and target.
- Database::openConnection in drupal-7.x/
includes/ database/ database.inc - Opens a connection to the server specified by the given key and target.
- Database::renameConnection in drupal-7.x/
includes/ database/ database.inc - Rename a connection and its corresponding connection information.
- Database::renameConnection in drupal-7.x/
includes/ database/ database.inc - Rename a connection and its corresponding connection information.
- Database::setActiveConnection in drupal-7.x/
includes/ database/ database.inc - Sets the active connection to the specified key.
- Database::setActiveConnection in drupal-7.x/
includes/ database/ database.inc - Sets the active connection to the specified key.
- install_database_errors in drupal-7.x/
includes/ install.core.inc - Checks a database connection and returns any errors.