You are here

public function FeedsMissingPlugin::getMappings in Feeds 7.2

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

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