protected property ModulesUninstallForm::$moduleHandler in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/src/Form/ModulesUninstallForm.php \Drupal\system\Form\ModulesUninstallForm::moduleHandler
- 10 core/modules/system/src/Form/ModulesUninstallForm.php \Drupal\system\Form\ModulesUninstallForm::moduleHandler
The module handler service.
Type: \Drupal\Core\Extension\ModuleHandlerInterface
File
- core/
modules/ system/ src/ Form/ ModulesUninstallForm.php, line 25
Class
- ModulesUninstallForm
- Provides a form for uninstalling modules.
Namespace
Drupal\system\FormCode
protected $moduleHandler;