exports: create origin filter

This commit is contained in:
2022-07-25 12:36:22 +02:00
parent 04ca61be81
commit e56520f4b1
3 changed files with 106 additions and 0 deletions

View File

@@ -86,6 +86,13 @@ services:
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\OriginFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_origin_filter }
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\NationalityAggregator