Neos\Flow\Mvc\RequestMatcher::isFormat PHP Method

isFormat() public method

Check if the current Request's Format equals the argument
public isFormat ( string $format ) : boolean
$format string
return boolean
    public function isFormat($format)
    {
        return $this->matchRequestProperty('format', $format, 10000);
    }