public function HttpFoundationFactoryInterface::createRequest in Zircon Profile 8
Same name and namespace in other branches
- 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
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\PsrHttpMessageCode
public function createRequest(ServerRequestInterface $psrRequest);