You are here

abstract public function FeedsPlugin::pluginType in Feeds 7.2

Returns the type of plugin.

Return value

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

1 call to FeedsPlugin::pluginType()
FeedsPlugin::configDefaults in plugins/FeedsPlugin.inc
Overrides FeedsConfigurable::configDefaults().
4 methods override FeedsPlugin::pluginType()
FeedsFetcher::pluginType in plugins/FeedsFetcher.inc
Implements FeedsPlugin::pluginType().
FeedsMissingPlugin::pluginType in plugins/FeedsPlugin.inc
Returns the type of plugin.
FeedsParser::pluginType in plugins/FeedsParser.inc
Implements FeedsPlugin::pluginType().
FeedsProcessor::pluginType in plugins/FeedsProcessor.inc
Implements FeedsPlugin::pluginType().

File

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

Class

FeedsPlugin
Implement source interface for all plugins.

Code

public abstract function pluginType();