function batch_test_mock_form_submit

Form submission handler for batch_test_mock_form().

See also

batch_test_mock_form()

File

drupal/core/modules/system/tests/modules/batch_test/batch_test.module, line 330
Helper module for the Batch API tests.

Code

function batch_test_mock_form_submit($form, &$form_state) {
  batch_test_stack('mock form submitted with value = ' . $form_state['values']['test_value']);
}