You are here

public function ProcessorInterface::process in Feeds 8.3

Processes the results from a parser.

Parameters

\Drupal\feeds\FeedInterface $feed: The feed being imported.

\Drupal\feeds\Feeds\Item\ItemInterface $item: The item to process.

\Drupal\feeds\StateInterface $state: The state object.

1 method overrides ProcessorInterface::process()
EntityProcessorBase::process in src/Feeds/Processor/EntityProcessorBase.php
Processes the results from a parser.

File

src/Plugin/Type/Processor/ProcessorInterface.php, line 81

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function process(FeedInterface $feed, ItemInterface $item, StateInterface $state);