You are here

protected property FeedsConfigurable::$export_type in Feeds 7.2

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

CTools export type of this object.

Export type can be one of:

@todo Should live in FeedsImporter. Not all child classes of FeedsConfigurable are exportable. Same goes for $disabled.

Type: int

File

includes/FeedsConfigurable.inc, line 55
FeedsConfigurable and helper functions.

Class

FeedsConfigurable
Base class for configurable classes.

Code

protected $export_type;