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

Breadcrumb

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

function Psr7RequestValueResolver::__construct

Constructs a new ControllerResolver.

Parameters

\Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface $http_message_factory: The PSR-7 converter.

File

core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php, line 29

Class

Psr7RequestValueResolver
Yields a PSR7 request object based on the request object passed along.

Namespace

Drupal\Core\Controller\ArgumentResolver

Code

public function __construct(HttpMessageFactoryInterface $http_message_factory) {
    $this->httpMessageFactory = $http_message_factory;
}
RSS feed
Powered by Drupal