public function PsrResponseSubscriber::__construct in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php \Drupal\Core\EventSubscriber\PsrResponseSubscriber::__construct()
Constructs a new PathRootsSubscriber instance.
Parameters
\Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface $http_foundation_factory: The httpFoundation factory.
File
- core/
lib/ Drupal/ Core/ EventSubscriber/ PsrResponseSubscriber.php, line 30
Class
- PsrResponseSubscriber
- Response subscriber for handling PSR-7 responses.
Namespace
Drupal\Core\EventSubscriberCode
public function __construct(HttpFoundationFactoryInterface $http_foundation_factory) {
$this->httpFoundationFactory = $http_foundation_factory;
}