ItemStorageInterface::loadAll

public ItemStorageInterface::loadAll($limit = NULL)

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.

File

core/modules/aggregator/src/ItemStorageInterface.php, line 32

Class

ItemStorageInterface
Defines an interface for aggregator item entity storage classes.

Namespace

Drupal\aggregator

Code

public function loadAll($limit = NULL);
doc_Drupal
2016-10-29 09:21:29
Comments
Leave a Comment

Please login to continue.