You are here

domain_theme_switch.services.yml in Domain Theme Switch 8

File

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