You are here

protected property ModulesListConfirmForm::$moduleHandler in Zircon Profile 8.0

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

The module handler service.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

core/modules/system/src/Form/ModulesListConfirmForm.php, line 30
Contains \Drupal\system\Form\ModulesListConfirmForm.

Class

ModulesListConfirmForm
Builds a confirmation form for enabling modules with dependencies.

Namespace

Drupal\system\Form

Code

protected $moduleHandler;