You are here

public function FeedInterface::getItemCount in Feeds 8.3

Counts items imported by this feed.

Return value

int The number of items imported by this Feed.

1 method overrides FeedInterface::getItemCount()
Feed::getItemCount in src/Entity/Feed.php
Counts items imported by this feed.

File

src/FeedInterface.php, line 279

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getItemCount();