function batch_test_mock_form_submit

Submit handler for the batch_test_mock form.

File

modules/simpletest/tests/batch_test.module, line 305

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.