1 drupal.inc | drupal_get_query_array($query) |
Splits a URL-encoded query string into an array.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 609 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_query_array($query) {
return backdrop_get_query_array($query);
}