You are here

themekey.services.yml in ThemeKey 8

File

themekey.services.yml
View source
  1. services:
  2. theme.negotiator.themekey:
  3. class: Drupal\themekey\Theme\ThemeKeyNegotiator
  4. arguments: ['@config.factory']
  5. tags:
  6. - { name: theme_negotiator, priority: 0 }
  7. themekey.config_import_event_subscriber:
  8. class: Drupal\themekey\EventSubscriber\ConfigImportEventSubscriber
  9. tags:
  10. - { name: event_subscriber }
  11. themekey.engine:
  12. class: Drupal\themekey\Engine\Engine
  13. arguments: ['@config.factory']
  14. themekey.rule_chain_manager:
  15. class: Drupal\themekey\RuleChainManager
  16. plugin.manager.themekey.property:
  17. class: Drupal\themekey\PropertyManager
  18. parent: default_plugin_manager
  19. plugin.manager.themekey.property_admin:
  20. class: Drupal\themekey\PropertyAdminManager
  21. parent: default_plugin_manager
  22. plugin.manager.themekey.operator:
  23. class: Drupal\themekey\OperatorManager
  24. parent: default_plugin_manager