You are here

service theme.negotiator.role_based_theme_switcher in Role Based Theme Switcher 8

Same name and namespace in other branches
  1. 9.1.x role_based_theme_switcher.services.yml \theme.negotiator.role_based_theme_switcher

Class

Drupal\role_based_theme_switcher\Theme\RoleNegotiator

Tags

  • theme_negotiator

File

./role_based_theme_switcher.services.yml
role_based_theme_switcher.services.yml

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