You are here

final public static function Database::getAllConnectionInfo in Service Container 7.2

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

File

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

Class

Database

Namespace

Drupal\Core\Database

Code

public static final function getAllConnectionInfo() {
  throw new \Exception('not available/implemented in d7');
}