constant AGGREGATOR_CLEAR_NEVER in Drupal 7
Same name and namespace in other branches
- 8 core/modules/aggregator/aggregator.module \AGGREGATOR_CLEAR_NEVER
Denotes that a feed's items should never expire.
4 uses of AGGREGATOR_CLEAR_NEVER
- aggregator_cron in modules/
aggregator/ aggregator.module - Implements hook_cron().
- aggregator_expire in modules/
aggregator/ aggregator.processor.inc - Expires items from a feed depending on expiration settings.
- FeedParserTestCase::setUp in modules/
aggregator/ aggregator.test - Sets up a Drupal site for running functional and integration tests.
- hook_cron in modules/
system/ system.api.php - Perform periodic actions.
File
- modules/
aggregator/ aggregator.module, line 11 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
define('AGGREGATOR_CLEAR_NEVER', 0);