You are here

protected property FormSubmitter::$requestStack in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::requestStack

The request stack.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/lib/Drupal/Core/Form/FormSubmitter.php, line 29

Class

FormSubmitter
Provides submission processing for forms.

Namespace

Drupal\Core\Form

Code

protected $requestStack;