You are here

protected property PsrResponseSubscriber::$httpFoundationFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php \Drupal\Core\EventSubscriber\PsrResponseSubscriber::httpFoundationFactory

The httpFoundation factory.

Type: \Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface

File

core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php, line 22

Class

PsrResponseSubscriber
Response subscriber for handling PSR-7 responses.

Namespace

Drupal\Core\EventSubscriber

Code

protected $httpFoundationFactory;