Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Connection.php

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/modules/sqlite/src/Driver/Database/sqlite/Connection.php, line 50

Class

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

Namespace

Drupal\sqlite\Driver\Database\sqlite

Code

protected $attachedDatabases = [];
RSS feed
Powered by Drupal