You are here

abstract public function FeedsPlugin::pluginType in Feeds 8.2

Returns the type of plugin.

Return value

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

3 methods override FeedsPlugin::pluginType()
FeedsFetcher::pluginType in lib/Drupal/feeds/Plugin/FeedsFetcher.php
Implements FeedsPlugin::pluginType().
FeedsParser::pluginType in lib/Drupal/feeds/Plugin/FeedsParser.php
Implements FeedsPlugin::pluginType().
FeedsProcessor::pluginType in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Implements FeedsPlugin::pluginType().

File

lib/Drupal/feeds/Plugin/FeedsPlugin.php, line 42
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Namespace

Drupal\feeds\Plugin

Code

public abstract function pluginType();