Namesort ascending Location Description
batch_test_programmatic core/modules/simpletest/tests/batch_test.module Menu callback: programmatically submits the 'Chained' form.
batch_test_no_form core/modules/simpletest/tests/batch_test.module Menu callback: fire a batch process without a form submission.
batch_test_nested_backdrop_form_submit core/modules/simpletest/tests/batch_test.module Menu callback: programmatically submits a form within a batch.
batch_test_multistep_form_submit core/modules/simpletest/tests/batch_test.module Submit handler for the multistep form.
batch_test_multistep_form core/modules/simpletest/tests/batch_test.module Multistep form.
batch_test_mock_form_submit core/modules/simpletest/tests/batch_test.module Submit handler for the batch_test_mock form.
batch_test_mock_form core/modules/simpletest/tests/batch_test.module A simple form with a textfield and submit button.
batch_test_menu core/modules/simpletest/tests/batch_test.module Implement hook_menu().
batch_test_large_percentage core/modules/simpletest/tests/batch_test.module Menu callback: fire a batch process without a form submission.
batch_test_chained_form_submit_4 core/modules/simpletest/tests/batch_test.module Submit handler #4 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_2 core/modules/simpletest/tests/batch_test.module Submit handler #2 for the chained form.
batch_test_chained_form_submit_1 core/modules/simpletest/tests/batch_test.module Submit handler #1 for the chained form.
batch_test_chained_form core/modules/simpletest/tests/batch_test.module Form with chained submit callbacks.
batch_set core/includes/form.inc Adds a new batch.
batch_process core/includes/form.inc Processes the batch.
batch_load core/includes/batch.inc Loads a batch from the database.
batch_get core/includes/form.inc Retrieves the current batch.
batch_example_update_1100 modules/examples/batch_example/batch_example.install Example of batch-driven update function.
batch_example_simple_form_submit modules/examples/batch_example/batch_example.module Submit handler.
batch_example_simple_form modules/examples/batch_example/batch_example.module Form builder function to allow choice of which batch to run.
batch_example_op_2 modules/examples/batch_example/batch_example.module Batch operation for batch 2 : load all nodes, 5 by five.
batch_example_op_1 modules/examples/batch_example/batch_example.module Batch operation for batch 1: load a node.
batch_example_menu modules/examples/batch_example/batch_example.module Implements hook_menu().
batch_example_lowest_nid modules/examples/batch_example/batch_example.module Utility function - simply queries and loads the lowest nid.
batch_example_finished modules/examples/batch_example/batch_example.module Batch 'finished' callback used by both batch 1 and batch 2.
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_batch_1 modules/examples/batch_example/batch_example.module Batch 1 definition: Load the node with the lowest nid 1000 times.
BatchQueue::getAllItems core/includes/batch.queue.inc Retrieves all remaining items in the queue.
BatchQueue::claimItem core/includes/batch.queue.inc Overrides SystemQueue::claimItem().
BatchProcessingTestCase::_resultStack core/modules/simpletest/tests/batch.test Helper function: return expected execution stacks for the test batches.
BatchProcessingTestCase::_resultMessages core/modules/simpletest/tests/batch.test Helper function: return expected result messages for the test batches.
BatchProcessingTestCase::testBatchNoForm core/modules/simpletest/tests/batch.test Test batches triggered outside of form submission.
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::testBatchFormProgrammatic core/modules/simpletest/tests/batch.test Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchFormMultistep core/modules/simpletest/tests/batch.test Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormMultipleBatches core/modules/simpletest/tests/batch.test Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchForm core/modules/simpletest/tests/batch.test Test batches defined in a form submit handler.
BatchProcessingTestCase::testBackdropFormSubmitInBatch core/modules/simpletest/tests/batch.test Test that backdrop_form_submit() can run within a batch operation.
BatchProcessingTestCase::setUp core/modules/simpletest/tests/batch.test Sets up a Backdrop site for running functional and integration tests.
BatchProcessingTestCase::assertBatchMessages core/modules/simpletest/tests/batch.test Will trigger a pass if the texts were found in order in the raw content.
BatchPercentagesUnitTestCase::testBatchPercentages core/modules/simpletest/tests/batch.test Test the _batch_api_percentage() function.
BatchPercentagesUnitTestCase::setUp core/modules/simpletest/tests/batch.test Sets up unit test environment.
BatchPageTestCase::testBatchProgressPageTheme core/modules/simpletest/tests/batch.test Tests that the batch API progress page uses the correct theme.
BatchPageTestCase::setUp core/modules/simpletest/tests/batch.test Sets up a Backdrop site for running functional and integration tests.
BatchMemoryQueue::getAllItems core/includes/batch.queue.inc Retrieves all remaining items in the queue.
BatchMemoryQueue::claimItem core/includes/batch.queue.inc Overrides MemoryQueue::claimItem().
BatchExampleTestCase::testBatchExampleBasic modules/examples/batch_example/tests/batch_example.test Login user, create 30 nodes and test both batch examples.
BatchExampleTestCase::setUp modules/examples/batch_example/tests/batch_example.test Enable modules and create user with specific permissions.
basis_preprocess_page core/themes/basis/template.php Prepares variables for page templates.

Pages