function batch_test_redirect_page

Menu callback: Redirects successfuly.

1 string reference to 'batch_test_redirect_page'
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 357
Helper module for the Batch API tests.

Code

function batch_test_redirect_page() {
  return 'Redirection successful.';
}