You are here

public function WebformCiviCRMSettingsForm::__construct in Webform CiviCRM Integration 8.5

File

src/Form/WebformCiviCRMSettingsForm.php, line 17

Class

WebformCiviCRMSettingsForm

Namespace

Drupal\webform_civicrm\Form

Code

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