Neos\Flow\Mvc\RequestMatcher::getMainRequest PHP Method

getMainRequest() public method

Get a new RequestMatcher for the Request's MainRequest
public getMainRequest ( ) : RequestMatcher
return RequestMatcher
    public function getMainRequest()
    {
        $this->addWeight(100000);
        return new RequestMatcher($this->request->getMainRequest(), $this);
    }