mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
49 lines
2.0 KiB
YAML
49 lines
2.0 KiB
YAML
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' }
|
|
|
|
chill.person.accompanying_period_closing_motive:
|
|
class: Chill\PersonBundle\Form\Type\ClosingMotivePickerType
|
|
arguments:
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
$chillEntityRenderExtension: '@Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension'
|
|
$closingMotiveRepository: '@Chill\PersonBundle\Repository\ClosingMotiveRepository'
|
|
tags:
|
|
- { name: form.type, alias: closing_motive }
|
|
|
|
Chill\PersonBundle\Form\AccompanyingPeriodType:
|
|
arguments:
|
|
$config: "%chill_person.accompanying_period_fields%"
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
chill.person.form.type.pick_person:
|
|
class: Chill\PersonBundle\Form\Type\PickPersonType
|
|
arguments:
|
|
- "@chill.person.repository.person"
|
|
- "@security.token_storage"
|
|
- "@chill.main.security.authorization.helper"
|
|
- '@Symfony\Component\Routing\Generator\UrlGeneratorInterface'
|
|
- '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\PersonBundle\Form\Type\PersonAltNameType:
|
|
arguments:
|
|
$configHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
$translatableStringHelper: '@chill.main.helper.translatable_string'
|
|
tags:
|
|
- { name: form.type }
|