Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / theme_test / theme_test.services.yml
1 services:
2   theme_test.subscriber:
3     class: Drupal\theme_test\EventSubscriber\ThemeTestSubscriber
4     arguments: ['@current_route_match', '@renderer']
5     tags:
6       - { name: event_subscriber }
7
8   theme.negotiator.test_custom_theme:
9     class: Drupal\theme_test\Theme\CustomThemeNegotiator
10     tags:
11       - { name: theme_negotiator }
12
13   theme.negotiator.high_priority:
14     class: Drupal\theme_test\Theme\HighPriorityThemeNegotiator
15     tags:
16       - { name: theme_negotiator, priority: 1000 }