X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Faggregator%2Faggregator.module;h=86b067604bce8b02781b440e18fee9d752a28f6e;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=0f856e312573951a1de7892f4ce6136f77969a9a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/aggregator/aggregator.module b/web/core/modules/aggregator/aggregator.module index 0f856e312..86b067604 100644 --- a/web/core/modules/aggregator/aggregator.module +++ b/web/core/modules/aggregator/aggregator.module @@ -13,6 +13,8 @@ use Drupal\Core\Routing\RouteMatchInterface; * * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. * Use \Drupal\aggregator\FeedStorageInterface::CLEAR_NEVER instead. + * + * @see https://www.drupal.org/node/2831620 */ const AGGREGATOR_CLEAR_NEVER = 0;