You are here

protected function ModuleConfigureForm::setModuleInstaller in Thunder 6.1.x

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

Set the modules installer.

Parameters

\Drupal\Core\Extension\ModuleInstallerInterface $moduleInstaller: The module installer.

File

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

Class

ModuleConfigureForm
Provides the site configuration form.

Namespace

Drupal\thunder\Installer\Form

Code

protected function setModuleInstaller(ModuleInstallerInterface $moduleInstaller) {
  $this->moduleInstaller = $moduleInstaller;
}