function hook_uuid_menu_path_to_uri_alter in Universally Unique IDentifier 7
Modifies paths when they are being converted to UUID ones.
File
- ./
uuid.api.php, line 69 - Hooks provided by the UUID module.
Code
function hook_uuid_menu_path_to_uri_alter($path, &$uri) {
}