You are here

public function ProcessorInterface::postProcess in Feeds 8.3

Called after an import is completed.

Parameters

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

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

1 method overrides ProcessorInterface::postProcess()
ProcessorBase::postProcess in src/Feeds/Processor/ProcessorBase.php
Called after an import is completed.

File

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

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function postProcess(FeedInterface $feed, StateInterface $state);