function FormSubmitter::__construct
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::__construct()
- 10 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::__construct()
- 9 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::__construct()
- 8.9.x core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::__construct()
File
-
core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php, line 18
Class
- FormSubmitter
- Provides submission processing for forms.
Namespace
Drupal\Core\FormCode
public function __construct(protected RequestStack $requestStack, protected UrlGeneratorInterface $urlGenerator, protected RedirectResponseSubscriber $redirectResponseSubscriber, protected CallableResolver $callableResolver) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.