person filters added

This commit is contained in:
2022-08-03 14:35:55 +02:00
parent ebb6ee4a41
commit cf7cf664a9
10 changed files with 548 additions and 20 deletions

View File

@@ -43,6 +43,16 @@ services:
class: Chill\PersonBundle\Export\Filter\BirthdateFilter
tags:
- { name: chill.export_filter, alias: person_birthdate_filter }
chill.person.export.filter_deathdate:
class: Chill\PersonBundle\Export\Filter\DeathdateFilter
tags:
- { name: chill.export_filter, alias: person_deathdate_filter }
chill.person.export.filter_dead_or_alive:
class: Chill\PersonBundle\Export\Filter\DeadOrAliveFilter
tags:
- { name: chill.export_filter, alias: person_dead_or_alive_filter }
chill.person.export.filter_nationality:
class: Chill\PersonBundle\Export\Filter\NationalityFilter
@@ -50,6 +60,27 @@ services:
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_nationality_filter }
chill.person.export.filter_residential_address_at_user:
class: Chill\PersonBundle\Export\Filter\ResidentialAddressAtUserFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_residential_address_at_user_filter }
chill.person.export.filter_entrusted_child:
class: Chill\PersonBundle\Export\Filter\EntrustedChildFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_entrusted_child_filter }
chill.person.export.filter_nomadic:
class: Chill\PersonBundle\Export\Filter\NomadicFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_nomadic_filter }
# AGGREGATORS
chill.person.export.aggregator_nationality: