Version 1.1 (checked in on 2010/01/08 at 06:36:34 by webchick)
Helper module for the Batch API tests.
| Name | Description |
|---|---|
| batch_test_chained_form | Form with chained submit callbacks. |
| batch_test_chained_form_submit_1 | Submit handler #1 for the chained form. |
| batch_test_chained_form_submit_2 | Submit handler #2 for the chained form. |
| batch_test_chained_form_submit_3 | Submit handler #3 for the chained form. |
| batch_test_chained_form_submit_4 | Submit handler #4 for the chained form. |
| batch_test_menu | Implement hook_menu(). |
| batch_test_mock_form | A simple form with a textfield and submit button. |
| batch_test_mock_form_submit | Submit handler for the batch_test_mock form. |
| batch_test_multistep_form | Multistep form. |
| batch_test_multistep_form_submit | Submit handler for the multistep form. |
| batch_test_nested_drupal_form_submit | Menu callback: programmatically submits a form within a batch. |
| batch_test_no_form | Menu callback: fire a batch process without a form submission. |
| batch_test_programmatic | Menu callback: programmatically submits the 'Chained' form. |
| batch_test_redirect_page | Menu callback: successful redirection. |
| batch_test_simple_form | Simple form. |
| batch_test_simple_form_submit | Submit handler for the simple form. |
| batch_test_stack | Helper function: store or retrieve traced execution data. |
| batch_test_theme_batch | Menu callback: run a batch for testing theme used on the progress page. |
| _batch_test_batch_0 | Batch 0: no operation. |
| _batch_test_batch_1 | Batch 1: repeats a simple operation. |
| _batch_test_batch_2 | Batch 2: single multistep operation. |
| _batch_test_batch_3 | Batch 3: both single and multistep operations. |
| _batch_test_batch_4 | Batch 4: batch within a batch. |
| _batch_test_nested_drupal_form_submit_callback | Batch operation: submits form_test_mock_form using drupal_form_submit(). |
| _batch_test_theme_callback | Batch callback function for testing the theme used on the progress page. |