function ItemStorage::loadByFeed

File

core/modules/aggregator/src/ItemStorage.php, line 39

Class

ItemStorage
Defines the storage handler class for feed item entities.

Namespace

Drupal\aggregator

Code

public function loadByFeed($fid, $limit = NULL) {
  $query = \Drupal::entityQuery('aggregator_item')->condition('fid', $fid);
  return $this->executeFeedItemQuery($query, $limit);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.