You are here

protected property PsrResponseSubscriber::$httpFoundationFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 27
Contains \Drupal\Core\EventSubscriber\PsrResponseSubscriber.

Class

PsrResponseSubscriber
Response subscriber for handling PSR-7 responses.

Namespace

Drupal\Core\EventSubscriber

Code

protected $httpFoundationFactory;