diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-17 12:09:30 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-17 12:09:30 -0700 |
commit | 8281aa22df7579718f8ea0a0a64345de0cd78430 (patch) | |
tree | 3d9e7f400db5e01feaa0b03db264d1f87418717e | |
parent | e218effd9d7d01cf1e5e22b7b1ea367084b7a821 (diff) | |
download | brdo-8281aa22df7579718f8ea0a0a64345de0cd78430.tar.gz brdo-8281aa22df7579718f8ea0a0a64345de0cd78430.tar.bz2 |
Issue #1722244 by Albert Volkman, edb: Add return docs for drupal_get_destination function
-rw-r--r-- | includes/common.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index 8ae051738..24d74058f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -510,6 +510,12 @@ function drupal_http_build_query(array $query, $parent = '') { * previous request, that destination is returned. As such, a destination can * persist across multiple pages. * + * @return + * An associative array containing the key: + * - destination: The path provided via the destination query string or, if + * not available, the current path. + * + * @see current_path() * @see drupal_goto() */ function drupal_get_destination() { |