custom_url_rewrite

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call custom_url_rewrite()

Namesort iconLocationDescription
custom_url_rewritedeveloper/hooks/core.phpcustom_url_rewrite is not a hook. It is a function you can add to settings.php to manage aliases with some code.
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_get_path_aliasincludes/path.incGiven an internal Drupal path, return the alias set by the administrator.

Functions called by custom_url_rewrite()

Namesort iconLocationDescription
custom_url_rewritedeveloper/hooks/core.phpcustom_url_rewrite is not a hook. It is a function you can add to settings.php to manage aliases with some code.
 
 

Drupal is a registered trademark of Dries Buytaert.