You are here

protected property DevelReinstall::$moduleInstaller in Devel 8

Same name and namespace in other branches
  1. 8.3 src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::moduleInstaller
  2. 8.2 src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::moduleInstaller
  3. 4.x src/Form/DevelReinstall.php \Drupal\devel\Form\DevelReinstall::moduleInstaller

The module installer.

Type: \Drupal\Core\Extension\ModuleInstallerInterface

File

src/Form/DevelReinstall.php, line 20

Class

DevelReinstall
Display a dropdown of installed modules with the option to reinstall them.

Namespace

Drupal\devel\Form

Code

protected $moduleInstaller;