function batch_test_no_form

Menu callback: fire a batch process without a form submission.

1 string reference to 'batch_test_no_form'
batch_test_menu in modules/simpletest/tests/batch_test.module
Implement hook_menu().

File

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

Code

function batch_test_no_form() {
    batch_test_stack(NULL, TRUE);
    batch_set(_batch_test_batch_1());
    batch_process('batch-test/redirect');
}

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