function 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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.