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);
Please login to continue.