You are here

constant FEEDS_EXPORT_NONE in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_EXPORT_NONE
  2. 6 feeds.module \FEEDS_EXPORT_NONE
  3. 7 feeds.module \FEEDS_EXPORT_NONE
3 uses of FEEDS_EXPORT_NONE
FeedsConfigurable::doesExist in includes/FeedsConfigurable.inc
Determine whether this object is persistent.
FeedsConfigurable::__construct in includes/FeedsConfigurable.inc
Constructor, set id and load default configuration.
FeedsPlugin::__construct in plugins/FeedsPlugin.inc
Constructs a FeedsPlugin object.

File

./feeds.module, line 15
Feeds - basic API functions and hook implementations.

Code

define('FEEDS_EXPORT_NONE', 0x0);