You are here

public function WebformSubmissionLogRouteSubscriber::__construct in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_log/src/Routing/WebformSubmissionLogRouteSubscriber.php \Drupal\webform_submission_log\Routing\WebformSubmissionLogRouteSubscriber::__construct()

Constructs a WebformSubmissionLogRouteSubscriber object.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

modules/webform_submission_log/src/Routing/WebformSubmissionLogRouteSubscriber.php, line 27

Class

WebformSubmissionLogRouteSubscriber
Remove webform node log routes.

Namespace

Drupal\webform_submission_log\Routing

Code

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