1 drupal.inc | drupal_get_destination() |
Prepares a 'destination' URL query parameter for use with backdrop_goto().
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 629 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_destination() {
return backdrop_get_destination();
}