You are here

public function Cookie::defaultConfiguration in Pardot Integration 2.x

File

src/Plugin/PardotFormMapFormatterPlugin/Cookie.php, line 57

Class

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

Namespace

Drupal\pardot\Plugin\PardotFormMapFormatterPlugin

Code

public function defaultConfiguration() {
  return [
    'cookie_name' => '',
  ];
}