You are here

service domain_lang.handler in Domain Lang 8

Class

Drupal\domain_lang\DomainLangHandler
6 string references to domain_lang.handler
DomainLangNegotiationBrowserDeleteForm::create in src/Form/DomainLangNegotiationBrowserDeleteForm.php
Instantiates a new instance of this class.
DomainLangNegotiationBrowserForm::create in src/Form/DomainLangNegotiationBrowserForm.php
Instantiates a new instance of this class.
DomainLangNegotiationConfigureForm::create in src/Form/DomainLangNegotiationConfigureForm.php
Instantiates a new instance of this class.
DomainLangNegotiationSelectedForm::create in src/Form/DomainLangNegotiationSelectedForm.php
Instantiates a new instance of this class.
DomainLangNegotiationSessionForm::create in src/Form/DomainLangNegotiationSessionForm.php
Instantiates a new instance of this class.

... See full list

File

./domain_lang.services.yml
domain_lang.services.yml

View source
  1. class: Drupal\domain_lang\DomainLangHandler
  2. arguments:
  3. - '@config.factory'
  4. - '@plugin.manager.language_negotiation_method'
  5. - '@language_manager'
  6. - '@language_negotiator'
  7. - '@entity_type.manager'
  8. - '@current_route_match'