You are here

constant FEEDS_PROCESS_EXPIRE in Feeds 8.2

1 use of FEEDS_PROCESS_EXPIRE
FeedsProcessor::expire in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Deletes feed items older than REQUEST_TIME - $time.

File

lib/Drupal/feeds/FeedsSource.php, line 21
Definition of FeedsSourceInterface and FeedsSource class.

Namespace

Drupal\feeds

Code

define('FEEDS_PROCESS_EXPIRE', 'process_expire');