public static function LogintobogganHelpForm::create in LoginToboggan 8
Inject config and module services.
Overrides ConfigFormBase::create
File
- src/
Form/ LogintobogganHelpForm.php, line 39
Class
- LogintobogganHelpForm
- Configure search settings for this site.
Namespace
Drupal\logintoboggan\FormCode
public static function create(ContainerInterface $container) {
return new static($container
->get('config.factory'), $container
->get('module_handler'));
}