You are here

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\FormMapHandlerPlugin

Code

public function defaultConfiguration() {
  return [
    'entity_types' => [],
    'entity_type_id' => 'webform',
    'entity_id' => '',
  ] + parent::defaultConfiguration();
}