Newscoop\Service\ISyncResourceService::findByPath PHP Method

findByPath() public method

The synchronization of a resource means the association of that resource with the database.
public findByPath ( string $path ) : Resource
$path string The Resource Path to be synchronized, not null, not empty.
return Newscoop\Entity\Resource The synchronized Resource.
    function findByPath($path);