You are here

protected property LanguageNegotiationMethodBase::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/LanguageNegotiationMethodBase.php \Drupal\language\LanguageNegotiationMethodBase::currentUser

The current active user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/language/src/LanguageNegotiationMethodBase.php, line 33

Class

LanguageNegotiationMethodBase
Base class for language negotiation methods.

Namespace

Drupal\language

Code

protected $currentUser;