You are here

public function ProcessorInterface::getItemCount in Feeds 8.3

Counts the number of items imported by this processor.

Parameters

\Drupal\feeds\FeedInterface $feed: The feed who's items we are counting.

Return value

int The number of items imported by this feed.

1 method overrides ProcessorInterface::getItemCount()
EntityProcessorBase::getItemCount in src/Feeds/Processor/EntityProcessorBase.php
Counts the number of items imported by this processor.

File

src/Plugin/Type/Processor/ProcessorInterface.php, line 132

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function getItemCount(FeedInterface $feed);