constant AGGREGATOR_CLEAR_NEVER

Denotes that a feed's items should never expire.

4 uses of AGGREGATOR_CLEAR_NEVER
aggregator_cron in drupal/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_expire in drupal/modules/aggregator/aggregator.processor.inc
Expires items from a feed depending on expiration settings.
FeedParserTestCase::setUp in drupal/modules/aggregator/aggregator.test
Sets up a Drupal site for running functional and integration tests.
hook_cron in drupal/modules/system/system.api.php
Perform periodic actions.

File

drupal/modules/aggregator/aggregator.module, line 11
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

define('AGGREGATOR_CLEAR_NEVER', 0);