From 5bad2b7ef4b84dda89a06e5edc9783aa57781cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 25 May 2016 10:57:09 +0200 Subject: [PATCH] register horizontal list in services --- Resources/config/services.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 9a64e0144..76e4bda62 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -209,3 +209,11 @@ services: - "@chill.main.export_manager" tags: - { 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' }