comparison core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
32 protected $negotiator; 32 protected $negotiator;
33 33
34 /** 34 /**
35 * The translation service. 35 * The translation service.
36 * 36 *
37 * @var \Drupal\Core\StringTranslation\Translator\TranslatorInterface; 37 * @var \Drupal\Core\StringTranslation\Translator\TranslatorInterface
38 */ 38 */
39 protected $translation; 39 protected $translation;
40 40
41 /** 41 /**
42 * The current active user. 42 * The current active user.