You are here

public function FeedsMissingPlugin::getMappingSources in Feeds 7.2

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function getMappingSources() {
  return array();
}