custom_url_rewrite
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call custom_url_rewrite()
| Name | Location | Description |
|---|---|---|
| custom_url_rewrite | developer/hooks/core.php | custom_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_path | includes/path.inc | Given a path alias, return the internal path it represents. |
| drupal_get_path_alias | includes/path.inc | Given an internal Drupal path, return the alias set by the administrator. |
Functions called by custom_url_rewrite()
| Name | Location | Description |
|---|---|---|
| custom_url_rewrite | developer/hooks/core.php | custom_url_rewrite is not a hook. It is a function you can add to settings.php to manage aliases with some code. |
