function DatabaseDriverList::recalculatePathNames
Generates a sorted list of .info.yml file locations for all extensions.
Return value
string[] An array of .info.yml file locations keyed by the extension machine name.
Overrides ExtensionList::recalculatePathNames
File
- 
              core/
lib/ Drupal/ Core/ Extension/ DatabaseDriverList.php, line 214  
Class
- DatabaseDriverList
 - Provides a list of available database drivers.
 
Namespace
Drupal\Core\ExtensionCode
protected function recalculatePathNames() {
  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.