Newscoop\Service\Implementation\TemplateSearchServiceDoctrine::getResourceFullPath PHP Метод

getResourceFullPath() защищенный Метод

Internal method, get the full path from an resource.
protected getResourceFullPath ( Resource $resource ) : string
$resource Newscoop\Entity\Resource
Результат string
    protected function getResourceFullPath(Resource $resource)
    {
        return $resource->getPath();
    }