Neos\Fusion\TypoScriptObjects\ResourceUriImplementation::getResource PHP Method

getResource() public method

If specified, this resource object is used instead of the path and package information
public getResource ( ) : PersistentResource
return Neos\Flow\ResourceManagement\PersistentResource
    public function getResource()
    {
        return $this->tsValue('resource');
    }