Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HttpFoundationFactoryInterface.php

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\PsrHttpMessage

Code

public function createRequest(ServerRequestInterface $psrRequest, bool $streamed = false) : Request;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal