class InstallerModuleExtensionList in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php \Drupal\Core\Installer\InstallerModuleExtensionList
- 9 core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php \Drupal\Core\Installer\InstallerModuleExtensionList
Overrides the module extension list to have a static cache.
Hierarchy
- class \Drupal\Core\Installer\InstallerModuleExtensionList extends \Drupal\Core\Extension\ModuleExtensionList uses \Drupal\Core\Installer\ExtensionListTrait
Expanded class hierarchy of InstallerModuleExtensionList
File
- core/
lib/ Drupal/ Core/ Installer/ InstallerModuleExtensionList.php, line 10
Namespace
Drupal\Core\InstallerView source
class InstallerModuleExtensionList extends ModuleExtensionList {
use ExtensionListTrait;
}