You are here

public function FeedsMissingPlugin::itemCount in Feeds 7.2

File

plugins/FeedsPlugin.inc, line 428
Definition of FeedsPlugin class.

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function itemCount(FeedsSource $source) {
  return 0;
}