BatchMemoryQueue::claimItem |
core/includes/batch.queue.inc |
Overrides MemoryQueue::claimItem(). |
BatchMemoryQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
BatchPageTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up a Backdrop site for running functional and integration tests. |
BatchPageTestCase::testBatchProgressPageTheme |
core/modules/simpletest/tests/batch.test |
Tests that the batch API progress page uses the correct theme. |
BatchPercentagesUnitTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up unit test environment. |
BatchPercentagesUnitTestCase::testBatchPercentages |
core/modules/simpletest/tests/batch.test |
Test the _batch_api_percentage() function. |
BatchProcessingTestCase::assertBatchMessages |
core/modules/simpletest/tests/batch.test |
Will trigger a pass if the texts were found in order in the raw content. |
BatchProcessingTestCase::setUp |
core/modules/simpletest/tests/batch.test |
Sets up a Backdrop site for running functional and integration tests. |
BatchProcessingTestCase::testBackdropFormSubmitInBatch |
core/modules/simpletest/tests/batch.test |
Test that backdrop_form_submit() can run within a batch operation. |
BatchProcessingTestCase::testBatchForm |
core/modules/simpletest/tests/batch.test |
Test batches defined in a form submit handler. |
BatchProcessingTestCase::testBatchFormMultipleBatches |
core/modules/simpletest/tests/batch.test |
Test batches defined in different submit handlers on the same form. |
BatchProcessingTestCase::testBatchFormMultistep |
core/modules/simpletest/tests/batch.test |
Test batches defined in a multistep form. |
BatchProcessingTestCase::testBatchFormProgrammatic |
core/modules/simpletest/tests/batch.test |
Test batches defined in a programmatically submitted form. |
BatchProcessingTestCase::testBatchLargePercentage |
core/modules/simpletest/tests/batch.test |
Test batches that return $context['finished'] > 1 do in fact complete.
See http://drupal.org/node/600836 |
BatchProcessingTestCase::testBatchNoForm |
core/modules/simpletest/tests/batch.test |
Test batches triggered outside of form submission. |
BatchProcessingTestCase::_resultMessages |
core/modules/simpletest/tests/batch.test |
Helper function: return expected result messages for the test batches. |
BatchProcessingTestCase::_resultStack |
core/modules/simpletest/tests/batch.test |
Helper function: return expected execution stacks for the test batches. |
BatchQueue::claimItem |
core/includes/batch.queue.inc |
Overrides SystemQueue::claimItem(). |
BatchQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
batch_example_batch_1 |
modules/examples/batch_example/batch_example.module |
Batch 1 definition: Load the node with the lowest nid 1000 times. |
batch_example_batch_2 |
modules/examples/batch_example/batch_example.module |
Batch 2 : Prepare a batch definition that will load all nodes 20 times. |
batch_example_finished |
modules/examples/batch_example/batch_example.module |
Batch 'finished' callback used by both batch 1 and batch 2. |
batch_example_lowest_nid |
modules/examples/batch_example/batch_example.module |
Utility function - simply queries and loads the lowest nid. |
batch_example_menu |
modules/examples/batch_example/batch_example.module |
Implements hook_menu(). |
batch_example_op_1 |
modules/examples/batch_example/batch_example.module |
Batch operation for batch 1: load a node. |
batch_example_op_2 |
modules/examples/batch_example/batch_example.module |
Batch operation for batch 2 : load all nodes, 5 by five. |
batch_example_simple_form |
modules/examples/batch_example/batch_example.module |
Form builder function to allow choice of which batch to run. |
batch_example_simple_form_submit |
modules/examples/batch_example/batch_example.module |
Submit handler. |
batch_example_update_1100 |
modules/examples/batch_example/batch_example.install |
Example of batch-driven update function. |
batch_get |
core/includes/form.inc |
Retrieves the current batch. |
batch_load |
core/includes/batch.inc |
Loads a batch from the database. |
batch_process |
core/includes/form.inc |
Processes the batch. |
batch_set |
core/includes/form.inc |
Adds a new batch. |
batch_test_chained_form |
core/modules/simpletest/tests/batch_test.module |
Form with chained submit callbacks. |
batch_test_chained_form_submit_1 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #1 for the chained form. |
batch_test_chained_form_submit_2 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #2 for the chained form. |
batch_test_chained_form_submit_3 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #3 for the chained form. |
batch_test_chained_form_submit_4 |
core/modules/simpletest/tests/batch_test.module |
Submit handler #4 for the chained form. |
batch_test_large_percentage |
core/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_menu |
core/modules/simpletest/tests/batch_test.module |
Implement hook_menu(). |
batch_test_mock_form |
core/modules/simpletest/tests/batch_test.module |
A simple form with a textfield and submit button. |
batch_test_mock_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the batch_test_mock form. |
batch_test_multistep_form |
core/modules/simpletest/tests/batch_test.module |
Multistep form. |
batch_test_multistep_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the multistep form. |
batch_test_nested_backdrop_form_submit |
core/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits a form within a batch. |
batch_test_no_form |
core/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
batch_test_programmatic |
core/modules/simpletest/tests/batch_test.module |
Menu callback: programmatically submits the 'Chained' form. |
batch_test_redirect_page |
core/modules/simpletest/tests/batch_test.module |
Menu callback: successful redirection. |
batch_test_simple_form |
core/modules/simpletest/tests/batch_test.module |
Simple form. |
batch_test_simple_form_submit |
core/modules/simpletest/tests/batch_test.module |
Submit handler for the simple form. |