You are here

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

File

src/Plugin/PardotFormMapFormatterPlugin/Token.php, line 56

Class

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

Namespace

Drupal\pardot\Plugin\PardotFormMapFormatterPlugin

Code

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