public function WebformMapping::defaultConfiguration in Pardot Integration 2.x
File
- src/
Plugin/ FormMapHandlerPlugin/ WebformMapping.php, line 29
Class
- WebformMapping
- Plugin to capture browser cookies and send them to pardot.
Namespace
Drupal\pardot\Plugin\FormMapHandlerPluginCode
public function defaultConfiguration() {
return [
'entity_types' => [],
'entity_type_id' => 'webform',
'entity_id' => '',
] + parent::defaultConfiguration();
}