mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 03:56:13 +00:00
16 lines
716 B
YAML
16 lines
716 B
YAML
services:
|
|
chill.person.export.filter_accompanying_period:
|
|
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_accc_period_filter }
|
|
|
|
chill.person.export.filter_accompanying_period_opening:
|
|
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodOpeningFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_acc_pe_op_filter }
|
|
|
|
chill.person.export.filter_accompanying_period_closing:
|
|
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodClosingFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_acc_pe_cl_filter }
|