You are here

public function FeedsFetcher::pluginType in Feeds 8.2

Implements FeedsPlugin::pluginType().

Overrides FeedsPlugin::pluginType

File

lib/Drupal/feeds/Plugin/FeedsFetcher.php, line 23
Contains the FeedsFetcher and related classes.

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Namespace

Drupal\feeds\Plugin

Code

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