function uuid_path_entity_uuid_save in Universally Unique IDentifier 7
Implements hook_entity_uuid_save().
File
- uuid_path/
uuid_path.module, line 18 - UUID path module functions.
Code
function uuid_path_entity_uuid_save(&$entity, $entity_type) {
_uuid_path_save_url_aliases($entity, $entity_type);
}