function crumbs_Router::getNormalPath in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $path:
Return value
string
File
- lib/
Router.php, line 98
Class
- crumbs_Router
- Wrapper for routing-related Drupal core functions.
Code
function getNormalPath($path) {
return drupal_get_normal_path($path);
}