You are here

public function FeedsMissingPlugin::parse in Feeds 7.2

Parser methods.

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function parse(FeedsSource $source, FeedsFetcherResult $fetcher_result) {
  return new FeedsParserResult();
}