You are here

public function MappingPluginFormInterface::mappingFormAlter in Feeds 8.3

Alter 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::mappingFormAlter()
EntityProcessorBase::mappingFormAlter in src/Feeds/Processor/EntityProcessorBase.php
Alter mapping form.
ParserBase::mappingFormAlter in src/Feeds/Parser/ParserBase.php
Alter mapping form.
ParserWithMappingForm::mappingFormAlter in tests/modules/feeds_test_plugin/src/Feeds/Parser/ParserWithMappingForm.php
Alter mapping form.

File

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

Class

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

Namespace

Drupal\feeds\Plugin\Type

Code

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