Neos\Neos\TypoScript\Helper\LinkHelper::hasSupportedScheme PHP Method

hasSupportedScheme() public method

public hasSupportedScheme ( string | Uri $uri ) : boolean
$uri string | Neos\Flow\Http\Uri
return boolean
    public function hasSupportedScheme($uri)
    {
        return $this->linkingService->hasSupportedScheme($uri);
    }