You are here

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

File

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

Class

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

Namespace

Drupal\pardot\Plugin\FormMapHandlerPlugin

Code

public function getPluginId() {
  return 'webform_mapping';
}