constant AGGREGATOR_CLEAR_NEVER

Denotes that a feed's items should never expire.

6 uses of AGGREGATOR_CLEAR_NEVER
aggregator_cron in drupal-7.x/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_expire in drupal-7.x/modules/aggregator/aggregator.processor.inc
Expires items from a feed depending on expiration settings.
aggregator_form_aggregator_admin_form_alter in drupal-7.x/modules/aggregator/aggregator.processor.inc
Implements hook_form_aggregator_admin_form_alter().
aggregator_form_feed in drupal-7.x/modules/aggregator/aggregator.admin.inc
Form constructor for adding and editing feed sources.
FeedParserTestCase::setUp in drupal-7.x/modules/aggregator/aggregator.test
Sets up a Drupal site for running functional and integration tests.

... See full list

File

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

Code

define('AGGREGATOR_CLEAR_NEVER', 0)