You are here

final protected static function Database::openConnection in Service Container 7.2

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

File

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

Class

Database

Namespace

Drupal\Core\Database

Code

protected static final function openConnection($key, $target) {
  throw new \Exception('not available/implemented yet in d7');
}