public function ParserBase::mappingFormValidate in Feeds 8.3
Validate handler for the mapping form.
Parameters
array $form: The mapping form definition.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the mapping form.
Overrides MappingPluginFormInterface::mappingFormValidate
File
- src/
Feeds/ Parser/ ParserBase.php, line 66
Class
- ParserBase
- Base class for Feeds parsers.
Namespace
Drupal\feeds\Feeds\ParserCode
public function mappingFormValidate(array &$form, FormStateInterface $form_state) {
}