public static function Database::closeConnection in Service Container 7
Same name and namespace in other branches
- 7.2 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
Namespace
Drupal\Core\DatabaseCode
public static function closeConnection($target = NULL, $key = NULL) {
throw new \Exception('not available/implemented yet in d7');
}