mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 20:16:14 +00:00
33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
services:
|
|
Chill\PersonBundle\Menu\:
|
|
resource: './../../Menu'
|
|
autowire: true
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
# 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' }
|
|
|
|
# Chill\PersonBundle\Menu\AccompanyingCourseMenuBuilder:
|
|
# arguments:
|
|
# $translator: '@Symfony\Contracts\Translation\TranslatorInterface'
|
|
# tags:
|
|
# - { name: 'chill.menu_builder' }
|