You are here

protected property LanguageNegotiator::$requestStack in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::requestStack
  2. 10 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::requestStack

The request stack object.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/modules/language/src/LanguageNegotiator.php, line 50

Class

LanguageNegotiator
Class responsible for performing language negotiation.

Namespace

Drupal\language

Code

protected $requestStack;