You are here

public function FeedsSource::itemCount in Feeds 7.2

Count items imported by this source.

File

includes/FeedsSource.inc, line 756
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSource
Holds the source of a feed to import.

Code

public function itemCount() {
  return $this->importer->processor
    ->itemCount($this);
}