public function DefaultValue::getPluginId in Pardot Integration 2.x
File
- src/
Plugin/ PardotFormMapFormatterPlugin/ DefaultValue.php, line 43
Class
- DefaultValue
- Plugin to select from the list of fields.
Namespace
Drupal\pardot\Plugin\PardotFormMapFormatterPluginCode
public function getPluginId() {
return 'default_value';
}