Showing posts with label Drupal alias. Show all posts
Showing posts with label Drupal alias. Show all posts

Monday, September 22, 2014

Path url alias change in Drupal

use hook_pathauto_alias_alter() to change the url path alias in Drupal.

hook_pathauto_alias_alter(&$alias, array &$context)

$alias - Alias of the path
$context - It can be node, user...etc