function ProcessorInterface::postProcess
Same name and namespace in other branches
- 8.9.x 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()
File
-
core/
modules/ aggregator/ src/ Plugin/ ProcessorInterface.php, line 46
Class
- ProcessorInterface
- Defines an interface for aggregator processor implementations.
Namespace
Drupal\aggregator\PluginCode
public function postProcess(FeedInterface $feed);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.