You are here

protected function ModuleConfigureForm::setModuleHandler in Thunder 6.2.x

Same name and namespace in other branches
  1. 8.5 src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setModuleHandler()
  2. 6.0.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setModuleHandler()
  3. 6.1.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setModuleHandler()

Set the module handler service.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: The module handler service.

File

src/Installer/Form/ModuleConfigureForm.php, line 130

Class

ModuleConfigureForm
Provides the site configuration form.

Namespace

Drupal\thunder\Installer\Form

Code

protected function setModuleHandler(ModuleHandlerInterface $moduleHandler) {
  $this->moduleHandler = $moduleHandler;
}