mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-07 01:16:14 +00:00
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
services:
|
|
|
|
## Indicators
|
|
chill.person.export.count_household:
|
|
class: Chill\PersonBundle\Export\Export\CountHousehold
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export, alias: count_household }
|
|
|
|
Chill\PersonBundle\Export\Export\ListHouseholdInPeriod:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export, alias: list_household_in_period }
|
|
|
|
## Filters
|
|
chill.person.export.filter_household_composition:
|
|
class: Chill\PersonBundle\Export\Filter\HouseholdFilters\CompositionFilter
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_filter, alias: household_composition_filter }
|
|
|
|
## Aggregators
|
|
chill.person.export.aggregator_household_composition:
|
|
class: Chill\PersonBundle\Export\Aggregator\HouseholdAggregators\CompositionAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: household_composition_aggregator }
|
|
|
|
chill.person.export.aggregator_household_childrennumber:
|
|
class: Chill\PersonBundle\Export\Aggregator\HouseholdAggregators\ChildrenNumberAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: household_childrennumber_aggregator }
|