constant FEEDS_BATCH_COMPLETE in Feeds 6
Same name and namespace in other branches
- 8.2 feeds.module \FEEDS_BATCH_COMPLETE
- 7.2 feeds.module \FEEDS_BATCH_COMPLETE
- 7 feeds.module \FEEDS_BATCH_COMPLETE
10 uses of FEEDS_BATCH_COMPLETE
- 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().
File
- ./
feeds.module, line 17 - Feeds - basic API functions and hook implementations.
Code
define('FEEDS_BATCH_COMPLETE', 1);