public function AutoPath::defaultConfiguration in Pardot Integration 2.x
File
- src/
Plugin/ PardotFormMapFormatterPlugin/ AutoPath.php, line 64
Class
- AutoPath
- Plugin to have an autocomplete textfield for typed data.
Namespace
Drupal\pardot\Plugin\PardotFormMapFormatterPluginCode
public function defaultConfiguration() {
return [
'path' => '',
];
}