-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathresolvers.yml
More file actions
30 lines (25 loc) · 1.2 KB
/
resolvers.yml
File metadata and controls
30 lines (25 loc) · 1.2 KB
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
services:
_defaults:
autowire: true
autoconfigure: true
_instanceof:
PhpList\Core\Domain\Configuration\Service\Placeholder\PlaceholderValueResolverInterface:
tags: ['phplist.placeholder_resolver']
PhpList\Core\Domain\Configuration\Service\Placeholder\PatternValueResolverInterface:
tags: ['phplist.pattern_resolver']
PhpList\Core\Domain\Configuration\Service\Placeholder\SupportingPlaceholderResolverInterface:
tags: ['phplist.supporting_placeholder_resolver']
PhpList\Core\Domain\Subscription\Service\Resolver\AttributeValueResolver:
arguments:
$providers:
- '@PhpList\Core\Domain\Subscription\Service\Provider\CheckboxGroupValueProvider'
- '@PhpList\Core\Domain\Subscription\Service\Provider\SelectOrRadioValueProvider'
- '@PhpList\Core\Domain\Subscription\Service\Provider\ScalarValueProvider'
PhpList\Core\Domain\Common\ClientIpResolver:
autowire: true
autoconfigure: true
PhpList\Core\Bounce\Service\BounceActionResolver:
arguments:
- !tagged_iterator { tag: 'phplist.bounce_action_handler' }
PhpList\Core\Domain\Configuration\Service\Placeholder\:
resource: '../../src/Domain/Configuration/Service/Placeholder/*'