public function WebformSubmissionLogRouteSubscriber::__construct in Webform 8.5
Same name and namespace in other branches
- 6.x 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\RoutingCode
public function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
}