You are here

InstallerModuleExtensionList.php in Drupal 10

File

core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
View source
<?php

namespace Drupal\Core\Installer;

use Drupal\Core\Extension\ModuleExtensionList;

/**
 * Overrides the module extension list to have a static cache.
 */
class InstallerModuleExtensionList extends ModuleExtensionList {
  use ExtensionListTrait;

}

Classes

Namesort descending Description
InstallerModuleExtensionList Overrides the module extension list to have a static cache.