Newscoop\Service\ISyncResourceService::getThemePath PHP Метод

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

The synchronization of a resource means the association of that resource with the database.
public getThemePath ( str $themePath ) : Resource
$themePath str The theme path to be synchronized, not null, not empty.
Результат Newscoop\Entity\Resource The synchronized Resource.
    function getThemePath($themePath);