mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
add list for exports
This commit is contained in:
13
Resources/config/services/export.yml
Normal file
13
Resources/config/services/export.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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' }
|
Reference in New Issue
Block a user