You are here

protected property ModulesUninstallConfirmForm::$moduleInstaller in Drupal 8

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

The module installer service.

Type: \Drupal\Core\Extension\ModuleInstallerInterface

File

core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 38

Class

ModulesUninstallConfirmForm
Builds a confirmation form to uninstall selected modules.

Namespace

Drupal\system\Form

Code

protected $moduleInstaller;