Sulu\Component\Webspace\Analyzer\Attributes\RequestProcessorInterface::process PHP Method

process() public method

Returns request attributes for given request.
public process ( Request $request, RequestAttributes $requestAttributes ) : RequestAttributes
$request Symfony\Component\HttpFoundation\Request
$requestAttributes RequestAttributes
return RequestAttributes
    public function process(Request $request, RequestAttributes $requestAttributes);
RequestProcessorInterface