You are here

constant FEEDS_PROCESS_EXPIRE in Feeds 7.2

2 uses of FEEDS_PROCESS_EXPIRE
FeedsProcessor::expire in plugins/FeedsProcessor.inc
Deletes feed items older than REQUEST_TIME - $time.
FeedsSource::startBackgroundJob in includes/FeedsSource.inc
Background job helper. Starts a background job using the Drupal queue.

File

includes/FeedsSource.inc, line 21
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Code

define('FEEDS_PROCESS_EXPIRE', 'process_expire');