1 batch_test.module batch_test_redirect_page()

Menu callback: successful redirection.

File

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

Code

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