You are here

function _user_rev_diff_module_invoke_all in User Revision 7.2

Helper function to invoke hook_user_rev_diff in all enabled modules that implement it.

File

diff/user_rev_diff.api.php, line 78
API functions for the user_rev_diff module. WARNING: Do NOT include this file ANYWHERE. This file is only used to have all API functions in one place for documentation purposed. If this file is included you will get error messages, possibly fatal…

Code

function _user_rev_diff_module_invoke_all($old_user, $new_user) {
}