public function ProcessorInterface::postProcess

Refreshes feed information.

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

Parameters

\Drupal\aggregator\Plugin\Core\Entity\Feed $feed: Object describing feed.

See also

aggregator_refresh()

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

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php, line 72
Contains \Drupal\aggregator\Plugin\ProcessorInterface.

Class

ProcessorInterface
Defines an interface for aggregator processor implementations.

Namespace

Drupal\aggregator\Plugin

Code

public function postProcess(Feed $feed);