Overrides ConfigurableLanguageManagerInterface::getNegotiatedLanguageMethod
public function getNegotiatedLanguageMethod($type = LanguageInterface::TYPE_INTERFACE) { if (isset($this->negotiatedLanguages[$type]) && isset($this->negotiatedMethods[$type])) { return $this->negotiatedMethods[$type]; } }