Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
aggregator.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant AGGREGATOR_CLEAR_NEVER
Denotes that a feed's items should never expire.
4 uses of AGGREGATOR_CLEAR_NEVER
aggregator_cron
in drupal/
modules/
aggregator/
aggregator.module
Implements
hook_cron
().
aggregator_expire
in drupal/
modules/
aggregator/
aggregator.processor.inc
Expires items from a feed depending on expiration settings.
FeedParserTestCase::setUp
in drupal/
modules/
aggregator/
aggregator.test
Sets up a Drupal site for running functional and integration tests.
hook_cron
in drupal/
modules/
system/
system.api.php
Perform periodic actions.
File
drupal/
modules/
aggregator/
aggregator.module
, line 11
Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
define
(
'AGGREGATOR_CLEAR_NEVER'
,
0
);