You are here

public function ProcessorInterface::postProcess in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/src/Plugin/ProcessorInterface.php \Drupal\aggregator\Plugin\ProcessorInterface::postProcess()

Refreshes feed information.

Called after the processing of the feed is completed by all selected processors.

Parameters

\Drupal\aggregator\FeedInterface $feed: Object describing feed.

See also

aggregator_refresh()

2 methods override ProcessorInterface::postProcess()
DefaultProcessor::postProcess in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess().
TestProcessor::postProcess in core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php
Refreshes feed information.

File

core/modules/aggregator/src/Plugin/ProcessorInterface.php, line 46

Class

ProcessorInterface
Defines an interface for aggregator processor implementations.

Namespace

Drupal\aggregator\Plugin

Code

public function postProcess(FeedInterface $feed);