You are here

constant FEEDS_EXPIRE_NEVER in Feeds 8.2

Same name and namespace in other branches
  1. 6 feeds.module \FEEDS_EXPIRE_NEVER
  2. 7.2 feeds.module \FEEDS_EXPIRE_NEVER
  3. 7 feeds.module \FEEDS_EXPIRE_NEVER
7 uses of FEEDS_EXPIRE_NEVER
FeedsNodeProcessor::configDefaults in lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php
Override parent::configDefaults().
FeedsNodeProcessor::configForm in lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php
Override parent::configForm().
FeedsProcessor::expire in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Deletes feed items older than REQUEST_TIME - $time.
FeedsProcessor::expiryTime in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Per default, don't support expiry. If processor supports expiry of imported items, return the time after which items should be removed.
FeedsSource::scheduleExpire in lib/Drupal/feeds/FeedsSource.php
Schedule background expire tasks.

... See full list

File

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

Code

define('FEEDS_EXPIRE_NEVER', -1);