You are here

public static function Database::closeConnection in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::closeConnection()

File

lib/Drupal/Core/Database/Database.php, line 69
Contains \Drupal\Core\Database\Database.

Class

Database

Namespace

Drupal\Core\Database

Code

public static function closeConnection($target = NULL, $key = NULL) {
  throw new \Exception('not available/implemented yet in d7');
}