public function ProcessorInterface::postProcess in Zircon Profile 8.0
Same name and namespace in other branches
- 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 51 - Contains \Drupal\aggregator\Plugin\ProcessorInterface.
Class
- ProcessorInterface
- Defines an interface for aggregator processor implementations.
Namespace
Drupal\aggregator\PluginCode
public function postProcess(FeedInterface $feed);