AGGREGATOR_CLEAR_NEVER

Same name in other branches
  1. 8.9.x 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

Code

define('AGGREGATOR_CLEAR_NEVER', 0);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.