You are here

dashboards.services.yml in Dashboards with Layout Builder 2.0.x

Same filename and directory in other branches
  1. 8 dashboards.services.yml

File

dashboards.services.yml
View source
  1. services:
  2. plugin.manager.dashboard:
  3. class: Drupal\dashboards\Plugin\DashboardManager
  4. parent: default_plugin_manager
  5. theme.negotiator.dashboard:
  6. class: Drupal\dashboards\Theme\ThemeNegotiator
  7. arguments: ['@theme.manager', '@config.factory', '@current_user']
  8. tags:
  9. - { name: theme_negotiator, priority: 1000 }
  10. dashboards.cache:
  11. class: Drupal\Core\Cache\CacheBackendInterface
  12. tags:
  13. - { name: cache.bin }
  14. factory: cache_factory:get
  15. arguments: [dashboards]