Neos\Flow\Mvc\Routing\RouterInterface::route PHP Method

route() public method

Returns the matchResults of the matching route or NULL if no matching route could be found.
public route ( Request $httpRequest ) : array
$httpRequest Neos\Flow\Http\Request
return array The results of the matching route or NULL if no route matched
    public function route(Request $httpRequest);
RouterInterface