mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
49 lines
2.5 KiB
YAML
49 lines
2.5 KiB
YAML
services:
|
|
Chill\PersonBundle\Controller\PersonController:
|
|
arguments:
|
|
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$personRepository: '@Chill\PersonBundle\Repository\PersonRepository'
|
|
$configPersonAltNameHelper: '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\TimelinePersonController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$timelineBuilder: '@chill_main.timeline_builder'
|
|
$paginatorFactory: '@chill_main.paginator_factory'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\AccompanyingPeriodController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\PersonAddressController:
|
|
arguments:
|
|
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\AdminController: ~
|
|
|
|
Chill\PersonBundle\Controller\PersonDuplicateController:
|
|
arguments:
|
|
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$personRepository: '@Chill\PersonBundle\Repository\PersonRepository'
|
|
$personMove: '@Chill\PersonBundle\Actions\Remove\PersonMove'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\PersonBundle\Controller\AccompanyingCourseController:
|
|
arguments:
|
|
$serializer: '@Symfony\Component\Serializer\SerializerInterface'
|
|
$dispatcher: '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'
|
|
$validator: '@Symfony\Component\Validator\Validator\ValidatorInterface'
|
|
tags: ['controller.service_arguments']
|