You are here

constant FEEDS_BATCH_COMPLETE in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_BATCH_COMPLETE
  2. 6 feeds.module \FEEDS_BATCH_COMPLETE
  3. 7 feeds.module \FEEDS_BATCH_COMPLETE
18 uses of FEEDS_BATCH_COMPLETE
FeedsProcessor::clear in plugins/FeedsProcessor.inc
Removes all imported items for a source.
FeedsProcessor::process in plugins/FeedsProcessor.inc
Process the result of the parsing stage.
FeedsSource::clear in includes/FeedsSource.inc
Remove all items from a feed.
FeedsSource::import in includes/FeedsSource.inc
Import a source: execute fetching, parsing and processing stage.
FeedsSource::progressImporting in includes/FeedsSource.inc
Report progress as float between 0 and 1. 1 = FEEDS_BATCH_COMPLETE.

... See full list

File

./feeds.module, line 17
Feeds - basic API functions and hook implementations.

Code

define('FEEDS_BATCH_COMPLETE', 1.0);