InstallerModuleExtensionList.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
  2. 8.9.x core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
  3. 10 core/lib/Drupal/Core/Installer/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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.