You are here

protected property FeedsImporter::$plugin_types in Feeds 8.2

File

lib/Drupal/feeds/FeedsImporter.php, line 38
FeedsImporter class and related.

Class

FeedsImporter
A FeedsImporter object describes how an external source should be fetched, parsed and processed. Feeds can manage an arbitrary amount of importers.

Namespace

Drupal\feeds

Code

protected $plugin_types = array(
  'fetcher',
  'parser',
  'processor',
);