function batch_test_no_form

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

1 string reference to 'batch_test_no_form'
batch_test_menu in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Implements hook_menu().

File

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

Code

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