You are here

protected property Psr7RequestValueResolver::$httpMessageFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php \Drupal\Core\Controller\ArgumentResolver\Psr7RequestValueResolver::httpMessageFactory

The PSR-7 converter.

Type: \Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface

File

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

Class

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

Namespace

Drupal\Core\Controller\ArgumentResolver

Code

protected $httpMessageFactory;