basis_preprocess_maintenance_page |
themes/basis/template.php |
Prepares variables for maintenance page templates. |
basis_preprocess_node |
themes/basis/template.php |
Prepares variables for node templates. |
basis_preprocess_page |
themes/basis/template.php |
Prepares variables for page templates. |
_batch_api_percentage |
includes/batch.inc |
Formats the percent completion for a batch set. |
_batch_current_set |
includes/batch.inc |
Returns the batch set being currently processed. |
_batch_do |
includes/batch.inc |
Does one execution pass with JavaScript and returns progress to the browser. |
_batch_finished |
includes/batch.inc |
Ends the batch processing. |
batch_get |
includes/form.inc |
Retrieves the current batch. |
batch_load |
includes/batch.inc |
Loads a batch from the database. |
_batch_next_set |
includes/batch.inc |
Retrieves the next set in a batch. |
_batch_page |
includes/batch.inc |
Renders the batch processing page based on the current state of the batch. |
_batch_populate_queue |
includes/form.inc |
Populates a job queue with the operations of a batch set. |
_batch_process |
includes/batch.inc |
Processes sets in a batch. |
batch_process |
includes/form.inc |
Processes the batch. |
_batch_progress_page |
includes/batch.inc |
Outputs a batch processing page. |
_batch_queue |
includes/form.inc |
Returns a queue object for a batch set. |
batch_set |
includes/form.inc |
Adds a new batch. |
_batch_test_batch_0 |
modules/simpletest/tests/batch_test.module |
Batch 0: no operation. |
_batch_test_batch_1 |
modules/simpletest/tests/batch_test.module |
Batch 1: repeats a simple operation. |
_batch_test_batch_2 |
modules/simpletest/tests/batch_test.module |
Batch 2: single multistep operation. |
_batch_test_batch_3 |
modules/simpletest/tests/batch_test.module |
Batch 3: both single and multistep operations. |
_batch_test_batch_4 |
modules/simpletest/tests/batch_test.module |
Batch 4: batch within a batch. |
_batch_test_batch_5 |
modules/simpletest/tests/batch_test.module |
Batch 5: repeats a simple operation. |
_batch_test_callback_1 |
modules/simpletest/tests/batch_test.callbacks.inc |
Simple batch operation. |
_batch_test_callback_2 |
modules/simpletest/tests/batch_test.callbacks.inc |
Multistep batch operation. |
_batch_test_callback_5 |
modules/simpletest/tests/batch_test.callbacks.inc |
Simple batch operation. |
batch_test_chained_form |
modules/simpletest/tests/batch_test.module |
Form with chained submit callbacks. |
batch_test_chained_form_submit_1 |
modules/simpletest/tests/batch_test.module |
Submit handler #1 for the chained form. |
batch_test_chained_form_submit_2 |
modules/simpletest/tests/batch_test.module |
Submit handler #2 for the chained form. |
batch_test_chained_form_submit_3 |
modules/simpletest/tests/batch_test.module |
Submit handler #3 for the chained form. |
batch_test_chained_form_submit_4 |
modules/simpletest/tests/batch_test.module |
Submit handler #4 for the chained form. |
_batch_test_finished_0 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 0. |
_batch_test_finished_1 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 1. |
_batch_test_finished_2 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 2. |
_batch_test_finished_3 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 3. |
_batch_test_finished_4 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 4. |
_batch_test_finished_5 |
modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 5. |
_batch_test_finished_helper |
modules/simpletest/tests/batch_test.callbacks.inc |
Common 'finished' callbacks for batches 1 to 4. |
batch_test_large_percentage |
modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_menu |
modules/simpletest/tests/batch_test.module |
Implement hook_menu(). |
batch_test_mock_form |
modules/simpletest/tests/batch_test.module |
A simple form with a textfield and submit button. |
batch_test_mock_form_submit |
modules/simpletest/tests/batch_test.module |
Submit handler for the batch_test_mock form. |
batch_test_multistep_form |
modules/simpletest/tests/batch_test.module |
Multistep form. |
batch_test_multistep_form_submit |
modules/simpletest/tests/batch_test.module |
Submit handler for the multistep form. |
batch_test_nested_backdrop_form_submit |
modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits a form within a batch. |
_batch_test_nested_backdrop_form_submit_callback |
modules/simpletest/tests/batch_test.module |
Batch operation: submits form_test_mock_form using backdrop_form_submit(). |
_batch_test_nested_batch_callback |
modules/simpletest/tests/batch_test.callbacks.inc |
Batch operation setting up its own batch. |
batch_test_no_form |
modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_programmatic |
modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits the 'Chained' form. |
batch_test_redirect_page |
modules/simpletest/tests/batch_test.module |
Menu callback: successful redirection. |