comparison core/modules/language/src/LanguageNegotiator.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
36 protected $configFactory; 36 protected $configFactory;
37 37
38 /** 38 /**
39 * The settings instance. 39 * The settings instance.
40 * 40 *
41 * @return \Drupal\Core\Site\Settings 41 * @var \Drupal\Core\Site\Settings
42 */ 42 */
43 protected $settings; 43 protected $settings;
44 44
45 /** 45 /**
46 * The request stack object. 46 * The request stack object.
50 protected $requestStack; 50 protected $requestStack;
51 51
52 /** 52 /**
53 * The current active user. 53 * The current active user.
54 * 54 *
55 * @return \Drupal\Core\Session\AccountInterface 55 * @var \Drupal\Core\Session\AccountInterface
56 */ 56 */
57 protected $currentUser; 57 protected $currentUser;
58 58
59 /** 59 /**
60 * Local cache for language negotiation method instances. 60 * Local cache for language negotiation method instances.