mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
21 lines
872 B
YAML
21 lines
872 B
YAML
services:
|
|
Chill\PersonBundle\Menu\SectionMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\PersonBundle\Menu\AdminMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\PersonBundle\Menu\PersonMenuBuilder:
|
|
arguments:
|
|
$showAccompanyingPeriod: '%chill_person.accompanying_period%'
|
|
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|