Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/aggregator.module \AGGREGATOR_CLEAR_NEVER

Denotes that a feed's items should never expire.

3 uses of AGGREGATOR_CLEAR_NEVER
aggregator_cron in modules/aggregator/aggregator.module
Implements hook_cron().
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);