function ItemStorage::loadAll
Same name in other branches
- 9 core/modules/aggregator/src/ItemStorage.php \Drupal\aggregator\ItemStorage::loadAll()
Overrides ItemStorageInterface::loadAll
File
-
core/
modules/ aggregator/ src/ ItemStorage.php, line 30
Class
- ItemStorage
- Controller class for aggregators items.
Namespace
Drupal\aggregatorCode
public function loadAll($limit = NULL) {
$query = \Drupal::entityQuery('aggregator_item');
return $this->executeFeedItemQuery($query, $limit);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.