final public static Database::renameConnection($old_key, $new_key)
Rename a connection and its corresponding connection information.
Parameters
string $old_key: The old connection key.
string $new_key: The new connection key.
Return value
bool TRUE in case of success, FALSE otherwise.
File
core/lib/Drupal/Core/Database/Database.php, line 306
Class
Database Primary front-controller for the database system.
Namespace
Drupal\Core\Database
Code
final public static function renameConnecti