You are here

public function EntityProcessorBase::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/Processor/EntityProcessorBase.php, line 981

Class

EntityProcessorBase
Defines a base entity processor.

Namespace

Drupal\feeds\Feeds\Processor

Code

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

  // The entity processor doesn't have to do anything when mappings are saved.
}