protected property Connection::$attachedDatabases in Drupal 10
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/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ Connection.php, line 51
Class
- Connection
- SQLite implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\sqlite\Driver\Database\sqliteCode
protected $attachedDatabases = [];