function AggregatorRefresh::processItem

Same name and namespace in other branches
  1. 8.9.x 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\QueueWorker

Code

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.