1.20.x drupal.inc drupal_get_destination()

Prepares a 'destination' URL query parameter for use with backdrop_goto().

Deprecated

since 1.0.0

See also

backdrop_get_destination()

Related topics

File

includes/drupal.inc, line 629
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_get_destination() {
  return backdrop_get_destination();
}