public function AutoPath::submitConfigurationForm in Pardot Integration 2.x
File
- src/
Plugin/ PardotFormMapFormatterPlugin/ AutoPath.php, line 91
Class
- AutoPath
- Plugin to have an autocomplete textfield for typed data.
Namespace
Drupal\pardot\Plugin\PardotFormMapFormatterPluginCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
$this->configuration['path'] = $form_state
->getValue('path');
}