1 drupal.inc drupal_encode_path($path)

Encodes a Backdrop path for use in a URL.

Deprecated

since 1.0.0

See also

backdrop_encode_path()

Related topics

File

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

Code

function drupal_encode_path($path) {
  return backdrop_encode_path($path);
}