Neos\Flow\Mvc\Controller\ControllerInterface::processRequest PHP Method

processRequest() public method

Processes a general request. The result can be returned by altering the given response.
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface The request object
$response Neos\Flow\Mvc\ResponseInterface The response, modified by the controller
return void
    public function processRequest(RequestInterface $request, ResponseInterface $response);
ControllerInterface