function common_test_destination
Print destination query parameter.
1 string reference to 'common_test_destination'
- common_test_menu in modules/
simpletest/ tests/ common_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ common_test.module, line 116
Code
function common_test_destination() {
$destination = drupal_get_destination();
print "The destination: " . check_plain($destination['destination']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.