function RequestCloseSubscriber::__construct

Constructor.

File

drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php, line 29
Definition of Drupal\Core\EventSubscriber\RequestCloseSubscriber.

Class

RequestCloseSubscriber
Subscriber for all responses.

Namespace

Drupal\Core\EventSubscriber

Code

function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}