security->isGranted(EventVoter::SEE)) { $menu->addChild( $this->translator->trans('Events'), [ 'route' => 'chill_event_event_list', ] )->setExtras([ 'order' => 250, ]); } } public static function getMenuIds(): array { return ['section']; } }