You are here

constant FEEDS_EXPIRE_NEVER in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_EXPIRE_NEVER
  2. 6 feeds.module \FEEDS_EXPIRE_NEVER
  3. 7.2 feeds.module \FEEDS_EXPIRE_NEVER
6 uses of FEEDS_EXPIRE_NEVER
FeedsImporter::schedule in includes/FeedsImporter.inc
Schedule this importer.
FeedsNodeProcessor::configDefaults in plugins/FeedsNodeProcessor.inc
Override parent::configDefaults().
FeedsNodeProcessor::configForm in plugins/FeedsNodeProcessor.inc
Override parent::configForm().
FeedsNodeProcessor::expire in plugins/FeedsNodeProcessor.inc
Implement expire().
FeedsProcessor::expiryTime in plugins/FeedsProcessor.inc
Per default, don't support expiry. If processor supports expiry of imported items, return the time 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);