-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkdb_cludo.services.yml
More file actions
36 lines (30 loc) · 941 Bytes
/
kdb_cludo.services.yml
File metadata and controls
36 lines (30 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
services:
_defaults:
autowire: true
kdb_cludo.logger:
parent: logger.channel_base
arguments: ['kdb_cludo']
kdb_cludo.cludo_api:
class: Drupal\kdb_cludo\Services\CludoApiService
arguments:
- '@kdb_cludo.logger'
- '@kdb_cludo.cludo_profile'
kdb_cludo.event_instance_canonical_metatag:
class: Drupal\kdb_cludo\EventSubscriber\EventInstanceCanonicalMetatag
arguments:
- '@dpl_event.reoccurring_date_formatter'
tags:
- { name: event_subscriber }
kdb_cludo.search_page_redirects:
class: Drupal\kdb_cludo\EventSubscriber\SearchPageRedirects
arguments:
- '@kdb_cludo.cludo_profile'
tags:
- { name: event_subscriber }
kdb_cludo.cludo_profile:
class: Drupal\kdb_cludo\Services\CludoProfileService
kdb_cludo.config_overrides:
class: Drupal\kdb_cludo\Config\ConfigOverrides
tags:
- { name: config.factory.override, priority: 999 }