function system_test_redirect_noscheme
1 string reference to 'system_test_redirect_noscheme'
- system_test_menu in modules/
simpletest/ tests/ system_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ system_test.module, line 229
Code
function system_test_redirect_noscheme() {
header("Location: localhost/path", TRUE, 301);
exit;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.