mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 03:53:49 +00:00
moving files into separate folders for better overview
This commit is contained in:
@@ -26,57 +26,57 @@ services:
|
||||
|
||||
# FILTERS
|
||||
chill.person.export.filter_gender:
|
||||
class: Chill\PersonBundle\Export\Filter\GenderFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\GenderFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_gender_filter }
|
||||
|
||||
chill.person.export.filter_age:
|
||||
class: Chill\PersonBundle\Export\Filter\AgeFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\AgeFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_age_filter }
|
||||
|
||||
chill.person.export.filter_birthdate:
|
||||
class: Chill\PersonBundle\Export\Filter\BirthdateFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\BirthdateFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_birthdate_filter }
|
||||
|
||||
chill.person.export.filter_deathdate:
|
||||
class: Chill\PersonBundle\Export\Filter\DeathdateFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\DeathdateFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_deathdate_filter }
|
||||
|
||||
chill.person.export.filter_dead_or_alive:
|
||||
class: Chill\PersonBundle\Export\Filter\DeadOrAliveFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\DeadOrAliveFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_dead_or_alive_filter }
|
||||
|
||||
chill.person.export.filter_nationality:
|
||||
class: Chill\PersonBundle\Export\Filter\NationalityFilter
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\NationalityFilter
|
||||
autowire: true
|
||||
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
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\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
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\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
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\NomadicFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
@@ -84,28 +84,28 @@ services:
|
||||
|
||||
# AGGREGATORS
|
||||
chill.person.export.aggregator_nationality:
|
||||
class: Chill\PersonBundle\Export\Aggregator\NationalityAggregator
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_nationality_aggregator }
|
||||
|
||||
chill.person.export.aggregator_country_of_birth:
|
||||
class: Chill\PersonBundle\Export\Aggregator\CountryOfBirthAggregator
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\CountryOfBirthAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_country_of_birth_aggregator }
|
||||
|
||||
chill.person.export.aggregator_gender:
|
||||
class: Chill\PersonBundle\Export\Aggregator\GenderAggregator
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\GenderAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_gender_aggregator }
|
||||
|
||||
chill.person.export.aggregator_age:
|
||||
class: Chill\PersonBundle\Export\Aggregator\AgeAggregator
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\AgeAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user