function ItemStorageInterface::loadAll
Same name in other branches
- 8.9.x core/modules/aggregator/src/ItemStorageInterface.php \Drupal\aggregator\ItemStorageInterface::loadAll()
Loads feed items from all feeds.
Parameters
int $limit: (optional) The number of items to return. Defaults to unlimited.
Return value
\Drupal\aggregator\ItemInterface[] An array of the feed items.
1 method overrides ItemStorageInterface::loadAll()
- ItemStorage::loadAll in core/
modules/ aggregator/ src/ ItemStorage.php - Loads feed items from all feeds.
File
-
core/
modules/ aggregator/ src/ ItemStorageInterface.php, line 32
Class
- ItemStorageInterface
- Defines an interface for aggregator item entity storage classes.
Namespace
Drupal\aggregatorCode
public function loadAll($limit = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.