You are here

10 uses of FEEDS_BATCH_COMPLETE in Feeds 6

FeedsBatch::getProgress in includes/FeedsBatch.inc
Report progress.
FeedsClearBatch::__construct in includes/FeedsBatch.inc
FeedsDataProcessor::expire in plugins/FeedsDataProcessor.inc
Implement expire().
FeedsImportBatch::__construct in includes/FeedsBatch.inc
FeedsNodeProcessor::clear in plugins/FeedsNodeProcessor.inc
Implementation of FeedsProcessor::clear().
FeedsNodeProcessor::expire in plugins/FeedsNodeProcessor.inc
Implement expire().
FeedsNodeProcessor::process in plugins/FeedsNodeProcessor.inc
Implementation of FeedsProcessor::process().
FeedsProcessor::expire in plugins/FeedsProcessor.inc
Delete feed items younger than now - $time. Do not invoke expire on a processor directly, but use FeedsImporter::expire() instead.
FeedsSource::clear in includes/FeedsSource.inc
Remove all items from a feed.
FeedsSource::import in includes/FeedsSource.inc
Import a feed: execute fetching, parsing and processing stage.