hook_path_update

function hook_path_update

hook_path_update($path)

Respond to a path being updated.

Parameters

$path: An associative array containing the following keys:

  • source: The internal system path.
  • alias: The URL alias.
  • pid: Unique path alias identifier.
  • language: The language of the alias.

See also

path_save()

Related topics