Sulu\Component\Rest\Listing\ListRestHelper::getRequest PHP Method

getRequest() protected method

Returns the current Request.
protected getRequest ( ) : Request
return Symfony\Component\HttpFoundation\Request
    protected function getRequest()
    {
        return $this->request;
    }