1 batch_test.module _batch_test_nested_backdrop_form_submit_callback($value)

Batch operation: submits form_test_mock_form using backdrop_form_submit().

File

core/modules/simpletest/tests/batch_test.module, line 286
Helper module for the Batch API tests.

Code

function _batch_test_nested_backdrop_form_submit_callback($value) {
  $state['values']['test_value'] = $value;
  backdrop_form_submit('batch_test_mock_form', $state);
}