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

isLocalize() public method

Whether resource localization should be attempted or not, defaults to TRUE
public isLocalize ( ) : boolean
return boolean
    public function isLocalize()
    {
        return (bool) $this->tsValue('localize');
    }