function HttpFoundationFactoryInterface::createRequest
Creates a Symfony Request instance from a PSR-7 one.
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 29
Class
- HttpFoundationFactoryInterface
- Creates Symfony Request and Response instances from PSR-7 ones.
Namespace
Symfony\Bridge\PsrHttpMessageCode
public function createRequest(ServerRequestInterface $psrRequest, bool $streamed = false) : Request;