AGGREGATOR_CLEAR_NEVER

Same name in other branches
  1. 7.x 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

Code

const AGGREGATOR_CLEAR_NEVER = 0;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.