1 common_test.module | common_test_destination() |
Print destination query parameter.
File
- core/
modules/ simpletest/ tests/ common_test.module, line 121 - Helper module for the Common tests.
Code
function common_test_destination() {
$destination = backdrop_get_destination();
print "The destination: " . check_plain($destination['destination']);
}