authorizationChecker->isGranted(BudgetElementVoter::SEE, $person)) { $menu->addChild( $this->translator->trans('Budget'), [ 'route' => 'chill_budget_elements_index', 'routeParameters' => ['id' => $person->getId()], ] ) ->setExtra('order', 59); } } public static function getMenuIds(): array { return ['person']; } }