You are here

protected property LanguageRequestSubscriber::$negotiator in Drupal 8

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

The language negotiator.

Type: \Drupal\language\LanguageNegotiatorInterface

File

core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php, line 31

Class

LanguageRequestSubscriber
Sets the $request property on the language manager.

Namespace

Drupal\language\EventSubscriber

Code

protected $negotiator;