Networking\InitCmsBundle\Menu\AdminMenuBuilder::getRoute PHP Method

getRoute() protected method

protected getRoute ( ContentRoute $contentRoute ) : Route
$contentRoute Networking\InitCmsBundle\Model\ContentRoute
return Networking\InitCmsBundle\Component\Routing\Route
    protected function getRoute(ContentRoute $contentRoute)
    {
        return ContentRouteManager::generateRoute($contentRoute, $contentRoute->getPath(), '');
    }