protected static property Database::$activeKey in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::activeKey
The key of the currently active database connection.
Type: string
File
- core/
lib/ Drupal/ Core/ Database/ Database.php, line 67
Class
- Database
- Primary front-controller for the database system.
Namespace
Drupal\Core\DatabaseCode
protected static $activeKey = 'default';