services: chill.event.form.type.translatable_event_type: class: Chill\EventBundle\Form\Type\TranslatableEventType arguments: - "@chill.main.helper.translatable_string" tags: - { name: form.type } chill.event.form.event_type_test: class: Chill\EventBundle\Form\EventType arguments: - "@security.token_storage" - "@chill.main.security.authorization.helper" - "@chill.main.helper.translatable_string" tags: - { name: form.type } chill.event.form.participation_type: class: Chill\EventBundle\Form\ParticipationType arguments: - "@chill.main.helper.translatable_string" tags: - { name: form.type }