function DatabaseDriverList::recalculateInfo

Generates the information from .info.yml files for extensions of this type.

Return value

array[] An array of arrays of .info.yml entries keyed by the machine name.

Overrides ExtensionList::recalculateInfo

File

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

Class

DatabaseDriverList
Provides a list of available database drivers.

Namespace

Drupal\Core\Extension

Code

protected function recalculateInfo() {
  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.