batch.inc

  1. drupal
    1. drupal6
    2. drupal7

Version 1.35 (checked in on 2009/05/06 at 10:41:29 by dries)

Batch processing API for processes to run in multiple HTTP requests.

Please note that batches are usually invoked by form submissions, which is why the core interaction functions of the batch processing API live in form.inc.

See also

form.inc

batch_set()

batch_process()

batch_get()

Funktionen & Methoden

NameBeschreibung
_batch_api_percentageHelper function for _batch_process(): returns the formatted percentage.
_batch_current_setReturn the batch set being currently processed.
_batch_doDo one pass of execution in JavaScript-mode and return progress to the browser.
_batch_finishedEnd the batch processing.
_batch_next_setRetrieve the next set in a batch.
_batch_pageState-based dispatcher for the batch processing page.
_batch_processProcess sets in a batch.
_batch_progress_page_jsOutput a batch processing page with JavaScript support.
_batch_progress_page_nojsOutput a batch processing page without JavaScript support.
_batch_shutdownShutdown function; store the current batch data for the next request.
_batch_startInitialize the batch processing.

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen