mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
14 lines
640 B
YAML
14 lines
640 B
YAML
services:
|
|
Chill\ReportBundle\Export\Export\ReportListProvider:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider'
|
|
tags:
|
|
- { name: chill.export_elements_provider, prefix: 'report' }
|
|
|
|
Chill\ReportBundle\Export\Filter\ReportDateFilter:
|
|
tags:
|
|
- { name: chill.export_filter, alias: 'report_date' }
|