You are here

constant FEEDS_EXPORT_NONE in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_EXPORT_NONE
  2. 6 feeds.module \FEEDS_EXPORT_NONE
  3. 7.2 feeds.module \FEEDS_EXPORT_NONE
2 uses of FEEDS_EXPORT_NONE
FeedsConfigurable::existing in includes/FeedsConfigurable.inc
Determine whether this object is persistent and enabled. I. e. it is defined either in code or in the database and it is enabled.
FeedsConfigurable::__construct in includes/FeedsConfigurable.inc
Constructor, set id and load default configuration.

File

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

Code

define('FEEDS_EXPORT_NONE', 0x0);