You are here

public function FeedsPluginInterface::pluginType in Feeds 8.3

Returns the type of plugin.

Return value

string The type of plugin. Usually, one of 'fetcher', 'parser', or 'processor'.

See also

\Drupal\feeds\Plugin\Type\FeedsPluginManager::processDefinition()

1 method overrides FeedsPluginInterface::pluginType()
PluginBase::pluginType in src/Plugin/Type/PluginBase.php
Returns the type of plugin.

File

src/Plugin/Type/FeedsPluginInterface.php, line 22

Class

FeedsPluginInterface
Interface that all Feeds plugins must implement.

Namespace

Drupal\feeds\Plugin\Type

Code

public function pluginType();