You are here

protected property Connection::$attachedDatabases in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::attachedDatabases

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 44

Class

Connection
SQLite implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\Core\Database\Driver\sqlite

Code

protected $attachedDatabases = [];