Networking\InitCmsBundle\Model\ContentRouteManager::getRouteContent PHP Метод

getRouteContent() публичный Метод

public getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface
Результат object
    public function getRouteContent(ContentRouteInterface $contentRoute)
    {
        return $this->findContentByContentRoute($contentRoute);
    }