You are here

public function WebformMapping::submitConfigurationForm in Pardot Integration 2.x

File

src/Plugin/FormMapHandlerPlugin/WebformMapping.php, line 47

Class

WebformMapping
Plugin to capture browser cookies and send them to pardot.

Namespace

Drupal\pardot\Plugin\FormMapHandlerPlugin

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  parent::submitConfigurationForm($form, $form_state);
}