function LanguageNegotiator::reset
Resets the negotiated languages and the method instances.
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 112  
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.