You are here

service theme.negotiator.dashboard in Dashboards with Layout Builder 8

Same name and namespace in other branches
  1. 2.0.x dashboards.services.yml \theme.negotiator.dashboard

Class

Drupal\dashboards\Theme\ThemeNegotiator

Tags

  • theme_negotiator

File

./dashboards.services.yml
dashboards.services.yml

View source
  1. class: Drupal\dashboards\Theme\ThemeNegotiator
  2. arguments:
  3. - '@theme.manager'
  4. - '@config.factory'
  5. - '@current_user'
  6. tags:
  7. - { name: theme_negotiator, priority: 1000 }