function hook_uuid_entities_pre_revert in Universally Unique IDentifier 7
Let other modules do things before default entities are created on revert.
File
- ./
uuid.api.php, line 104 - Hooks provided by the UUID module.
Code
function hook_uuid_entities_pre_revert($plan_name) {
}