function LanguageNegotiator::setCurrentUser
Same name in other branches
- 9 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::setCurrentUser()
- 10 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::setCurrentUser()
- 11.x core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::setCurrentUser()
Overrides LanguageNegotiatorInterface::setCurrentUser
File
-
core/
modules/ language/ src/ LanguageNegotiator.php, line 115
Class
- LanguageNegotiator
- Class responsible for performing language negotiation.
Namespace
Drupal\languageCode
public function setCurrentUser(AccountInterface $current_user) {
$this->currentUser = $current_user;
$this->reset();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.