By barri on
Hello!
I need a way to get the URL alias of a path such as "node/44".
Also I need to get the path of a URL alias, the opposite, or better the two paths of a URL alias in the case I have used the module NAT (Node Auto Term) which maintain node-term relationships.
Is there any PHP functions or modules or any way else which do that?
Thanks in advanced.
Regards.
Comments
http://api.drupal.org/api/fun
http://api.drupal.org/api/function/drupal_get_normal_path
http://api.drupal.org/api/function/drupal_get_path_alias
There is a module too but I forget what it's called.