Form type for Languages (select2)

This commit is contained in:
Marc Ducobu
2014-11-26 12:58:01 +01:00
parent 22df3cb17d
commit 79ccfb184a
2 changed files with 72 additions and 2 deletions

View File

@@ -54,7 +54,13 @@ services:
- "@request_stack"
tags:
- { name: form.type, alias: select2_chill_country }
chill.main.form.type.select2language:
class: Chill\MainBundle\Form\Type\Select2LanguageType
arguments:
- "@request_stack"
tags:
- { name: form.type, alias: select2_chill_language }
chill.main.search_provider:
class: Chill\MainBundle\Search\SearchProvider