comparison core/modules/language/src/LanguageNegotiationMethodBase.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
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
26 protected $config; 26 protected $config;
27 27
28 /** 28 /**
29 * The current active user. 29 * The current active user.
30 * 30 *
31 * @return \Drupal\Core\Session\AccountInterface 31 * @var \Drupal\Core\Session\AccountInterface
32 */ 32 */
33 protected $currentUser; 33 protected $currentUser;
34 34
35 /** 35 /**
36 * {@inheritdoc} 36 * {@inheritdoc}