factory->createItem('root'); $menu->setAttribute('id', 'id-144'); $menu->setAttribute('aria-label', 'Menu Main'); $menu->addChild('app_home', ['route' => 'app_home']); $menu->addChild('app_direct1', ['route' => 'app_home']); $menu->addChild('app_direct2', ['route' => 'app_home']); return $menu; } }