Neos\Flow\Core\RequestHandlerInterface::canHandleRequest PHP Method

canHandleRequest() public method

Checks if the request handler can handle the current request.
public canHandleRequest ( ) : mixed
return mixed TRUE or an integer > 0 if it can handle the request, otherwise FALSE or an integer < 0
    public function canHandleRequest();