eZ\Publish\Core\MVC\Symfony\RequestStackAware::getCurrentRequest PHP Method

getCurrentRequest() protected method

protected getCurrentRequest ( ) : null | Request
return null | Symfony\Component\HttpFoundation\Request
    protected function getCurrentRequest()
    {
        return $this->requestStack->getCurrentRequest();
    }