mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-02 15:06:15 +00:00
15 lines
499 B
YAML
15 lines
499 B
YAML
services:
|
|
|
|
chill.person.export.count_social_work_actions:
|
|
class: Chill\PersonBundle\Export\Export\CountSocialWorkActions
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export, alias: count_social_work_actions }
|
|
|
|
chill.person.export.filter_referrers:
|
|
class: Chill\PersonBundle\Export\Filter\ReferrerFilter
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_filter, alias: social_work_actions_referrer_filter } |