language_negotiator
Class
Drupal\language\LanguageNegotiator2 string references to language_negotiator
- LanguageHooks::modulesInstalled in core/
modules/ language/ src/ Hook/ LanguageHooks.php - Implements hook_modules_installed().
- NegotiationConfigureForm::create in core/
modules/ language/ src/ Form/ NegotiationConfigureForm.php - Instantiates a new instance of this class.
File
-
core/
modules/ language/ language.services.yml
View source
- class: Drupal\language\LanguageNegotiator
- arguments:
- - '@language_manager'
- - '@plugin.manager.language_negotiation_method'
- - '@config.factory'
- - '@settings'
- - '@request_stack'
- calls:
- - [initLanguageManager]