You are here

protected property FeedsImporter::$plugin_types in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsImporter.inc \FeedsImporter::plugin_types
  2. 7 includes/FeedsImporter.inc \FeedsImporter::plugin_types

This array defines the variable names of the plugins above.

Type: string[]

File

includes/FeedsImporter.inc, line 62
FeedsImporter class and related.

Class

FeedsImporter
Class for a Feeds importer.

Code

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