You are here

constant FeedStorageInterface::CLEAR_NEVER in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/src/FeedStorageInterface.php \Drupal\aggregator\FeedStorageInterface::CLEAR_NEVER

Denotes that a feed's items should never expire.

File

core/modules/aggregator/src/FeedStorageInterface.php, line 15

Class

FeedStorageInterface
Defines an interface for aggregator feed entity storage classes.

Namespace

Drupal\aggregator

Code

const CLEAR_NEVER = 0;