constant AGGREGATOR_CLEAR_NEVER in Drupal 8
Same name and namespace in other branches
- 7 modules/aggregator/aggregator.module \AGGREGATOR_CLEAR_NEVER
Denotes that a feed's items should never expire.
Deprecated
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\aggregator\FeedStorageInterface::CLEAR_NEVER instead.
See also
https://www.drupal.org/node/2831620
File
- core/
modules/ aggregator/ aggregator.module, line 20 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
const AGGREGATOR_CLEAR_NEVER = 0;