You are here

protected function ModuleConfigureForm::setModuleExtensionList 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::setModuleExtensionList()
  2. 6.2.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setModuleExtensionList()
  3. 6.0.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setModuleExtensionList()

Set the module extension list.

Parameters

\Drupal\Core\Extension\ModuleExtensionList $moduleExtensionList: The module extension list.

File

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

Class

ModuleConfigureForm
Provides the site configuration form.

Namespace

Drupal\thunder\Installer\Form

Code

protected function setModuleExtensionList(ModuleExtensionList $moduleExtensionList) {
  $this->moduleExtensionList = $moduleExtensionList;
}