You are here

constant FEEDS_EXPIRE_NEVER in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_EXPIRE_NEVER
  2. 6 feeds.module \FEEDS_EXPIRE_NEVER
  3. 7 feeds.module \FEEDS_EXPIRE_NEVER
8 uses of FEEDS_EXPIRE_NEVER
FeedsMissingPlugin::expiryTime in plugins/FeedsPlugin.inc
FeedsNodeProcessor::configDefaults in plugins/FeedsNodeProcessor.inc
Override parent::configDefaults().
FeedsNodeProcessor::configForm in plugins/FeedsNodeProcessor.inc
Override parent::configForm().
FeedsProcessor::expire in plugins/FeedsProcessor.inc
Deletes feed items older than REQUEST_TIME - $time.
FeedsProcessor::expiryTime in plugins/FeedsProcessor.inc
Returns the time in seconds after which items should be removed.

... See full list

File

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

Code

define('FEEDS_EXPIRE_NEVER', -1);