constant AGGREGATOR_CLEAR_NEVER

Denotes that a feed's items should never expire.

3 uses of AGGREGATOR_CLEAR_NEVER
aggregator_cron in drupal/core/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_expire in drupal/core/modules/aggregator/aggregator.processor.inc
Expires items from a feed depending on expiration settings.
hook_cron in drupal/core/modules/system/system.api.php
Perform periodic actions.

File

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

Code

const AGGREGATOR_CLEAR_NEVER = 0;