services: Chill\PersonBundle\Form\PersonType: arguments: - '%chill_person.person_fields%' - '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper' tags: - { name: form.type, alias: '@chill.person.form.person_creation' } Chill\PersonBundle\Form\CreationPersonType: arguments: - '@chill.main.form.data_transformer.center_transformer' - '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper' tags: - { name: form.type, alias: '@chill.main.form.person_creation' }