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