public function ReverseProxySubscriber::__construct

Construct the ReverseProxySubscriber.

Parameters

\Drupal\Component\Utility\Settings $settings: The read-only settings object of this request.

File

drupal/core/lib/Drupal/Core/EventSubscriber/ReverseProxySubscriber.php, line 33
Contains \Drupal\Core\EventSubscriber\ReverseProxySubscriber.

Class

ReverseProxySubscriber
Reverse proxy subscriber for controller requests.

Namespace

Drupal\Core\EventSubscriber

Code

public function __construct(Settings $settings) {
  $this->settings = $settings;
}