public function LanguageNegotiatorInterface::reset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::reset()
Resets the negotiated languages and the method instances.
1 method overrides LanguageNegotiatorInterface::reset()
- LanguageNegotiator::reset in core/
modules/ language/ src/ LanguageNegotiator.php - Resets the negotiated languages and the method instances.
File
- core/
modules/ language/ src/ LanguageNegotiatorInterface.php, line 115 - Contains \Drupal\language\LanguageNegotiatorInterface.
Class
- LanguageNegotiatorInterface
- Common interface for language negotiation services.
Namespace
Drupal\languageCode
public function reset();