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().
DefaultProcessor::postProcess in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess().
hook_cron in drupal/core/modules/system/system.api.php
Perform periodic actions.

File

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

Code

const AGGREGATOR_CLEAR_NEVER = 0;