You are here

17 uses of FEEDS_BATCH_COMPLETE in Feeds 8.2

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.
FeedsSource::scheduleClear in lib/Drupal/feeds/FeedsSource.php
Schedule background clearing tasks.
FeedsSource::scheduleExpire in lib/Drupal/feeds/FeedsSource.php
Schedule background expire tasks.
FeedsSource::scheduleImport in lib/Drupal/feeds/FeedsSource.php
Schedule periodic or background import tasks.
FeedsSource::startBackgroundJob in lib/Drupal/feeds/FeedsSource.php
Background job helper. Starts a background job using Job Scheduler.
FeedsState::progress in lib/Drupal/feeds/FeedsState.php
Safely report progress.
FeedsState::__construct in lib/Drupal/feeds/FeedsState.php
Constructor, initialize variables.
feeds_batch in ./feeds.module
Batch API worker callback. Used by FeedsSource::startBatchAPIJob().
feeds_delete_tab_form in ./feeds.pages.inc
Render a feeds delete form.
feeds_import_form in ./feeds.pages.inc
Render a feeds import form on import/[config] pages.
feeds_import_tab_form in ./feeds.pages.inc
Render a feeds import form on node/id/import pages.
feeds_source_status in ./feeds.pages.inc
Renders a status display for a source.
feeds_unlock_tab_form in ./feeds.pages.inc
Render a feeds unlock form.