public function PanopolyDemoInstallerForm::__construct in Panopoly 8.2
Constructs a PanopolyDemoInstallerForm.
Parameters
\Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The module installer.
File
- src/
Installer/ Form/ PanopolyDemoInstallerForm.php, line 28
Class
- PanopolyDemoInstallerForm
- Installer form to optionally enable Panopoly Demo.
Namespace
Drupal\panopoly\Installer\FormCode
public function __construct(ModuleInstallerInterface $module_installer) {
$this->moduleInstaller = $module_installer;
}