Overrides ConfigurableLanguageManagerInterface::setNegotiator
public function setNegotiator(LanguageNegotiatorInterface $negotiator) { $this->negotiator = $negotiator; $this->initialized = FALSE; $this->negotiatedLanguages = []; }