You are here

theme_switcher.services.yml in Theme Switcher Rules 8

File

theme_switcher.services.yml
View source
  1. services:
  2. theme.negotiator.theme_switcher_negotiator:
  3. class: Drupal\theme_switcher\Theme\ThemeSwitcherNegotiator
  4. arguments: ['@router.admin_context', '@entity_type.manager', '@context.handler', '@context.repository']
  5. tags:
  6. - { name: theme_negotiator, priority: 12 }