Neos\Flow\ResourceManagement\Target\TargetInterface::getPublicStaticResourceUri PHP Method

getPublicStaticResourceUri() public method

Returns the web accessible URI pointing to the given static resource
public getPublicStaticResourceUri ( string $relativePathAndFilename ) : string
$relativePathAndFilename string Relative path and filename of the static resource
return string The URI
    public function getPublicStaticResourceUri($relativePathAndFilename);