mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
register horizontal list in services
This commit is contained in:
parent
baba8dbe5f
commit
5bad2b7ef4
@ -209,3 +209,11 @@ services:
|
|||||||
- "@chill.main.export_manager"
|
- "@chill.main.export_manager"
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export_formatter, alias: 'csvlist' }
|
- { name: chill.export_formatter, alias: 'csvlist' }
|
||||||
|
|
||||||
|
chill.main.export.pivoted_list_formatter:
|
||||||
|
class: Chill\MainBundle\Export\Formatter\CSVPivotedListFormatter
|
||||||
|
arguments:
|
||||||
|
- "@translator"
|
||||||
|
- "@chill.main.export_manager"
|
||||||
|
tags:
|
||||||
|
- { name: chill.export_formatter, alias: 'csv_pivoted_list' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user