menu_gen = $menu_gen; } public function getFunctions() { return [ new TwigFunction('menu_get', [$this, 'getMenu']), ]; } public function getMenu($menu_group) { return $this->menu_gen->getMenu($menu_group); } }