function DatabaseDriverList::getPathNames

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

Returns a list of extension file paths keyed by machine name.

Return value

string[] An associative array of extension file paths, keyed by the extension machine name.

Overrides ExtensionList::getPathNames

File

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

Class

DatabaseDriverList
Provides a list of available database drivers.

Namespace

Drupal\Core\Extension

Code

public function getPathNames() {
  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.