You are here

public function MappingPluginFormInterface::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.

3 methods override MappingPluginFormInterface::mappingFormValidate()
EntityProcessorBase::mappingFormValidate in src/Feeds/Processor/EntityProcessorBase.php
Validate handler for the mapping form.
ParserBase::mappingFormValidate in src/Feeds/Parser/ParserBase.php
Validate handler for the mapping form.
ParserWithMappingForm::mappingFormValidate in tests/modules/feeds_test_plugin/src/Feeds/Parser/ParserWithMappingForm.php
Validate handler for the mapping form.

File

src/Plugin/Type/MappingPluginFormInterface.php, line 30

Class

MappingPluginFormInterface
Interface for Feeds plugins that hook into the mapping form.

Namespace

Drupal\feeds\Plugin\Type

Code

public function mappingFormValidate(array &$form, FormStateInterface $form_state);