You are here

Functions in User Merge 7

Primary tabs

Namesort descending Location Description Direct uses Strings
profile_usermerge_actions_supported ./usermerge.module Implement hook_usermerge_actions_supported() on behalf of profile module. Note: This uses the D6 profile module and not the entity API
profile_usermerge_merge_users ./usermerge.module Implement hook_usermerge_merge_users() on behalf of profile module.
usermerge_do_the_merge ./usermerge.module The function to do the work. Custom developers: use this as your API entry point. 1
usermerge_menu ./usermerge.module Implements hook_menu().
usermerge_merge_form ./usermerge.module Form to collect the two uids. 1
usermerge_merge_form_submit ./usermerge.module Merges two users after submitting merge form
usermerge_merge_form_validate ./usermerge.module Validates contents of form for user validation
usermerge_permission ./usermerge.module Implements hook_permission().
usermerge_usermerge_actions_supported ./usermerge.module Implements hook_usermerge_actions_supported().
usermerge_usermerge_merge_users ./usermerge.module Implements hook_usermerge_merge_users().
usermerge_validate_merge ./usermerge.module Helper validation function used by the form submit and the API. 2

Other projects