protected static property Database::$connections in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::connections
An nested array of all active connections. It is keyed by database name and target.
Type: array
File
- core/
lib/ Drupal/ Core/ Database/ Database.php, line 46
Class
- Database
- Primary front-controller for the database system.
Namespace
Drupal\Core\DatabaseCode
protected static $connections = [];