You are here

public function WebformEntityPrintRequestSubscriber::__construct in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_entity_print/src/EventSubscriber/WebformEntityPrintRequestSubscriber.php \Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintRequestSubscriber::__construct()

Constructs a new WebformEntityPrintRequestSubscriber.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.

File

modules/webform_entity_print/src/EventSubscriber/WebformEntityPrintRequestSubscriber.php, line 29

Class

WebformEntityPrintRequestSubscriber
Event subscriber to alter requests.

Namespace

Drupal\webform_entity_print\EventSubscriber

Code

public function __construct(RouteMatchInterface $route_match) {
  $this->routeMatch = $route_match;
}