You are here

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

Overrides MappingPluginFormInterface::mappingFormSubmit

File

src/Feeds/Parser/ParserBase.php, line 71

Class

ParserBase
Base class for Feeds parsers.

Namespace

Drupal\feeds\Feeds\Parser

Code

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