public function WebformCiviCRMSettingsForm::__construct in Webform CiviCRM Integration 8.5
File
- src/
Form/ WebformCiviCRMSettingsForm.php, line 17
Class
Namespace
Drupal\webform_civicrm\FormCode
public function __construct(RouteMatchInterface $route_match, WebformHandlerManagerInterface $webform_handler_manager) {
$this->routeMatch = $route_match;
$this->webformHandlerManager = $webform_handler_manager;
}