constant FEEDS_BATCH_COMPLETE in Feeds 8.2
Same name and namespace in other branches
- 6 feeds.module \FEEDS_BATCH_COMPLETE
- 7.2 feeds.module \FEEDS_BATCH_COMPLETE
- 7 feeds.module \FEEDS_BATCH_COMPLETE
17 uses of FEEDS_BATCH_COMPLETE
- FeedsProcessor::clear in lib/
Drupal/ feeds/ Plugin/ FeedsProcessor.php - Remove all stored results or stored results up to a certain time for a source.
- FeedsProcessor::process in lib/
Drupal/ feeds/ Plugin/ FeedsProcessor.php - Process the result of the parsing stage.
- FeedsSource::clear in lib/
Drupal/ feeds/ FeedsSource.php - Remove all items from a feed.
- FeedsSource::import in lib/
Drupal/ feeds/ FeedsSource.php - Import a source: execute fetching, parsing and processing stage.
- FeedsSource::progressImporting in lib/
Drupal/ feeds/ FeedsSource.php - Report progress as float between 0 and 1. 1 = FEEDS_BATCH_COMPLETE.
File
- ./
feeds.module, line 22 - Feeds - basic API functions and hook implementations.
Code
define('FEEDS_BATCH_COMPLETE', 1.0);