public function LogintobogganHelpForm::__construct in LoginToboggan 8
LogintobogganHelpForm constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: Gets config in scope as dependency.
\Drupal\Core\Extension\ModuleHandler $module_handler: Gets module handler in scope.
Overrides ConfigFormBase::__construct
File
- src/
Form/ LogintobogganHelpForm.php, line 31
Class
- LogintobogganHelpForm
- Configure search settings for this site.
Namespace
Drupal\logintoboggan\FormCode
public function __construct(ConfigFactoryInterface $config_factory, ModuleHandler $module_handler) {
parent::__construct($config_factory);
$this->moduleHandler = $module_handler;
}