ItemStorageInterface::getItemCount

public ItemStorageInterface::getItemCount(FeedInterface $feed)

Returns the count of the items in a feed.

Parameters

\Drupal\aggregator\FeedInterface $feed: The feed entity.

Return value

int The count of items associated with a feed.

File

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

Class

ItemStorageInterface
Defines an interface for aggregator item entity storage classes.

Namespace

Drupal\aggregator

Code

public function getItemCount(FeedInterface $feed);
doc_Drupal
2016-10-29 09:21:29
Comments
Leave a Comment

Please login to continue.