You are here

protected property ModulesListConfirmForm::$moduleInstaller in Drupal 9

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

The module installer.

Type: \Drupal\Core\Extension\ModuleInstallerInterface

File

core/modules/system/src/Form/ModulesListConfirmForm.php, line 48

Class

ModulesListConfirmForm
Builds a confirmation form for enabling modules with dependencies.

Namespace

Drupal\system\Form

Code

protected $moduleInstaller;