mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 10:59:45 +00:00
ChillPersonBundle: add aggregators for administrative status and employment status
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user