authorizationChecker->isGranted(BudgetElementVoter::SHOW, $household)) { $menu->addChild($this->translator->trans('household.Budget'), [ 'route' => 'chill_budget_elements_household_index', 'routeParameters' => [ 'id' => $household->getId(), ], ]) ->setExtras(['order' => 19]); // } } public static function getMenuIds(): array { return ['household']; } }