constant AGGREGATOR_CLEAR_NEVER in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/aggregator/aggregator.module \AGGREGATOR_CLEAR_NEVER
Denotes that a feed's items should never expire.
2 uses of AGGREGATOR_CLEAR_NEVER
- DefaultProcessor::postProcess in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - Implements \Drupal\aggregator\Plugin\ProcessorInterface::postProcess().
- hook_cron in core/
core.api.php - Perform periodic actions.
File
- core/
modules/ aggregator/ aggregator.module, line 14 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
const AGGREGATOR_CLEAR_NEVER = 0;