You are here

service theme.negotiator.domain_theme_switch in Domain Theme Switch 8

Class

Drupal\domain_theme_switch\Theme\ThemeSwitchNegotiator

Tags

  • theme_negotiator

File

./domain_theme_switch.services.yml
domain_theme_switch.services.yml

View source
  1. class: Drupal\domain_theme_switch\Theme\ThemeSwitchNegotiator
  2. arguments:
  3. - '@router.admin_context'
  4. - '@current_user'
  5. - '@domain.negotiator'
  6. - '@config.factory'
  7. tags:
  8. - { name: theme_negotiator, priority: 10 }