function 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.