referrer aggregator

This commit is contained in:
2022-07-27 21:07:05 +02:00
parent 5c82ccc49d
commit 30501a68e3
2 changed files with 99 additions and 5 deletions

View File

@@ -30,8 +30,16 @@ services:
- { name: chill.export_filter, alias: social_work_actions_userscope_filter }
chill.person.export.filter_userjob:
class: Chill\PersonBundle\Export\Filter\UserJobFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_userjob_filter }
class: Chill\PersonBundle\Export\Filter\UserJobFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_userjob_filter }
## AGGREGATORS
chill.person.export.aggregator_referrer:
class: Chill\PersonBundle\Export\Aggregator\ReferrerAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_aggregator }