You are here

public function FeedsMissingPlugin::fetch in Feeds 7.2

Fetcher methods.

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function fetch(FeedsSource $source) {
  return new FeedsFetcherResult('');
}