function LanguageNegotiator::reset
Same name in other branches
- 9 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::reset()
- 10 core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::reset()
- 11.x core/modules/language/src/LanguageNegotiator.php \Drupal\language\LanguageNegotiator::reset()
Overrides LanguageNegotiatorInterface::reset
1 call to LanguageNegotiator::reset()
- LanguageNegotiator::setCurrentUser in core/
modules/ language/ src/ LanguageNegotiator.php - Sets the current active user and resets all language types.
File
-
core/
modules/ language/ src/ LanguageNegotiator.php, line 107
Class
- LanguageNegotiator
- Class responsible for performing language negotiation.
Namespace
Drupal\languageCode
public function reset() {
$this->negotiatedLanguages = [];
$this->methods = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.