Denotes that a feed's items should never expire.
File
- core/modules/aggregator/aggregator.module, line 14
- Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
const AGGREGATOR_CLEAR_NEVER = 0;
Denotes that a feed's items should never expire.
const AGGREGATOR_CLEAR_NEVER = 0;
Please login to continue.