Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

InstallerModuleExtensionList.php

Namespace

Drupal\Core\Installer

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

Title Deprecated Summary
InstallerModuleExtensionList Overrides the module extension list to have a static cache.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal