You are here

protected property ModulesUninstallForm::$moduleExtensionList in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/ModulesUninstallForm.php \Drupal\system\Form\ModulesUninstallForm::moduleExtensionList

The module extension list.

Type: \Drupal\Core\Extension\ModuleExtensionList

File

core/modules/system/src/Form/ModulesUninstallForm.php, line 46

Class

ModulesUninstallForm
Provides a form for uninstalling modules.

Namespace

Drupal\system\Form

Code

protected $moduleExtensionList;