function DatabaseDriverList::getAllInstalledInfo

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Extension/DatabaseDriverList.php \Drupal\Core\Extension\DatabaseDriverList::getAllInstalledInfo()

Returns an array of info files information of installed extensions.

This function returns the processed contents (with added defaults) of the .info.yml files.

Return value

array[] An associative array of extension information arrays, keyed by extension name.

Overrides ExtensionList::getAllInstalledInfo

File

core/lib/Drupal/Core/Extension/DatabaseDriverList.php, line 193

Class

DatabaseDriverList
Provides a list of available database drivers.

Namespace

Drupal\Core\Extension

Code

public function getAllInstalledInfo() {
    throw new \LogicException(__METHOD__ . '() is not implemented');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.