Move csvCellFilter into Templating\CSVCellTwig - close #416

This commit is contained in:
Marc Ducobu
2015-03-03 10:57:23 +01:00
parent d943f20279
commit 1c252eac43
3 changed files with 82 additions and 13 deletions

View File

@@ -50,6 +50,11 @@ services:
- [ setContainer, ["@service_container"]]
tags:
- { name: twig.extension }
chill.main.twig.csv_cell:
class: Chill\MainBundle\Templating\CSVCellTwig
tags:
- { name: twig.extension }
chill.main.form.type.select2choice:
class: Chill\MainBundle\Form\Type\Select2ChoiceType