6 calls to batch_get_token()
Search API
- batch.module in modules/
batch/ batch.module - batch_ajax_callback in modules/
batch/ batch.module - This function is called by ajax, and will trigger each run of the batch operation function, then return appropriate results back to our javascript.
- batch_finished_page in modules/
batch/ batch.module - We redirect to this page when we have finished a batch.
- batch_processing_page in modules/
batch/ batch.module - This is the page the user sees while a batch is being processed.
- batch_set in modules/
batch/ batch.module - Create a new batch process.
- batch_start_batch_from_form_submit in modules/
batch/ batch.module - A batch process is being initiated from a form submission.
