ChillPersonBundle: add aggregators for administrative status and employment status

This commit is contained in:
Christophe Siraut
2024-12-18 18:45:27 +01:00
parent 6c37d798bf
commit 98cf167040
8 changed files with 324 additions and 0 deletions

View File

@@ -164,6 +164,20 @@ services:
tags:
- { name: chill.export_aggregator, alias: person_marital_status_aggregator }
chill.person.export.aggregator_administrative_status:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\AdministrativeStatusAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_administrative_status_aggregator }
chill.person.export.aggregator_employment_status:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\EmploymentStatusAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_employment_status_aggregator }
chill.person.export.aggregator_household_position:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\HouseholdPositionAggregator
autowire: true