You are here

public function FeedsMissingPlugin::pluginType in Feeds 7.2

Returns the type of plugin.

Return value

string One of either 'fetcher', 'parser', or 'processor'.

Overrides FeedsPlugin::pluginType

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function pluginType() {
  return 'missing';
}