function AggregatorRefresh::processItem
Same name in other branches
- 9 core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php \Drupal\aggregator\Plugin\QueueWorker\AggregatorRefresh::processItem()
File
-
core/
modules/ aggregator/ src/ Plugin/ QueueWorker/ AggregatorRefresh.php, line 22
Class
- AggregatorRefresh
- Updates a feed's items.
Namespace
Drupal\aggregator\Plugin\QueueWorkerCode
public function processItem($data) {
if ($data instanceof FeedInterface) {
$data->refreshItems();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.