All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table
Type: array
File
- core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 32
Class
- Connection
- SQLite implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\sqlite
Code
protected $attachedDatabases = array();
Please login to continue.