function batch_test_redirect_page

Menu callback: successful redirection.

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

File

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

Code

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

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