mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
24 lines
799 B
YAML
24 lines
799 B
YAML
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 }
|