UrlHelper::encodePath

public static function UrlHelper::encodePath

public static UrlHelper::encodePath($path)

Encodes a Drupal path for use in a URL.

For aesthetic reasons slashes are not escaped.

Parameters

string $path: The Drupal path to encode.

Return value

string The encoded path.

File

core/lib/Drupal/Component/Utility/UrlHelper.php, line 193

Class

登录查看完整内容