Files
chill-bundles/src/Bundle/ChillCalendarBundle/Resources/config/services/form.yml

10 lines
316 B
YAML

---
services:
chill.calendar.form.type.calendar:
class: Chill\CalendarBundle\Form\CalendarType
arguments:
- "@chill.main.helper.translatable_string"
- "@doctrine.orm.entity_manager"
tags:
- { name: form.type, alias: chill_calendarbundle_calendar }