You are here

public function HttpFoundationFactoryInterface::createRequest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php \Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface::createRequest()

Creates a Symfony Request instance from a PSR-7 one.

Parameters

ServerRequestInterface $psrRequest:

Return value

Request

1 method overrides HttpFoundationFactoryInterface::createRequest()
HttpFoundationFactory::createRequest in vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php
Creates a Symfony Request instance from a PSR-7 one.

File

vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php, line 33

Class

HttpFoundationFactoryInterface
Creates Symfony Request and Response instances from PSR-7 ones.

Namespace

Symfony\Bridge\PsrHttpMessage

Code

public function createRequest(ServerRequestInterface $psrRequest);