function Connection::getAttachedDatabases
Gets all the attached databases.
Return value
array An array of attached database names.
See also
\Drupal\Core\Database\Driver\sqlite\Connection::__construct()
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php, line 206
Class
- Connection
- SQLite implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\sqliteCode
public function getAttachedDatabases() {
return $this->attachedDatabases;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.