You are here

public function MappingPluginFormInterface::mappingFormSubmit in Feeds 8.3

Submit 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::mappingFormSubmit()
EntityProcessorBase::mappingFormSubmit in src/Feeds/Processor/EntityProcessorBase.php
Submit handler for the mapping form.
ParserBase::mappingFormSubmit in src/Feeds/Parser/ParserBase.php
Submit handler for the mapping form.
ParserWithMappingForm::mappingFormSubmit in tests/modules/feeds_test_plugin/src/Feeds/Parser/ParserWithMappingForm.php
Submit handler for the mapping form.

File

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

Class

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

Namespace

Drupal\feeds\Plugin\Type

Code

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