You are here

protected property ModulesUninstallForm::$moduleExtensionList in Drupal 9

Same name and namespace in other branches
  1. 8 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 47

Class

ModulesUninstallForm
Provides a form for uninstalling modules.

Namespace

Drupal\system\Form

Code

protected $moduleExtensionList;