function DatabaseDriverList::doScanExtensions
Same name in other branches
- 11.x core/lib/Drupal/Core/Extension/DatabaseDriverList.php \Drupal\Core\Extension\DatabaseDriverList::doScanExtensions()
Overrides ExtensionList::doScanExtensions
1 call to DatabaseDriverList::doScanExtensions()
- DatabaseDriverList::doList in core/
lib/ Drupal/ Core/ Extension/ DatabaseDriverList.php - Builds the list of extensions.
File
-
core/
lib/ Drupal/ Core/ Extension/ DatabaseDriverList.php, line 73
Class
- DatabaseDriverList
- Provides a list of available database drivers.
Namespace
Drupal\Core\ExtensionCode
protected function doScanExtensions() {
return $this->getExtensionDiscovery()
->scan('module', $this->includeTestDrivers);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.