You are here

function hook_uuid_menu_uri_to_path in Universally Unique IDentifier 7

Modifies paths when they are being converted from UUID ones.

File

./uuid.api.php, line 76
Hooks provided by the UUID module.

Code

function hook_uuid_menu_uri_to_path(&$path, $uri) {
}