system_test_destination

Versions
7
system_test_destination()

Code

modules/simpletest/tests/system_test.module, line 171

<?php
function system_test_destination() {
  $destination = drupal_get_destination();
  return 'The destination: ' . $destination['destination'];
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.