Mercurial > hg > isophonics-drupal-site
comparison core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.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 | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
39 protected $translation; | 39 protected $translation; |
40 | 40 |
41 /** | 41 /** |
42 * The current active user. | 42 * The current active user. |
43 * | 43 * |
44 * @return \Drupal\Core\Session\AccountInterface | 44 * @var \Drupal\Core\Session\AccountInterface |
45 */ | 45 */ |
46 protected $currentUser; | 46 protected $currentUser; |
47 | 47 |
48 /** | 48 /** |
49 * Constructs a LanguageRequestSubscriber object. | 49 * Constructs a LanguageRequestSubscriber object. |