You are here

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

File

src/Plugin/PardotFormMapFormatterPlugin/WebformSubmissionValue.php, line 55

Class

WebformSubmissionValue
Plugin to generate a text field and consume tokens for mappings.

Namespace

Drupal\pardot\Plugin\PardotFormMapFormatterPlugin

Code

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