You are here

function profile_usermerge_actions_supported in User Merge 7.2

Same name and namespace in other branches
  1. 6 usermerge.module \profile_usermerge_actions_supported()
  2. 7 usermerge.module \profile_usermerge_actions_supported()

Implements hook_usermerge_actions_supported().

File

includes/profile.usermerge.inc, line 11
Adds support for Profile. Supplemental include loaded via usermerge_load_includes().

Code

function profile_usermerge_actions_supported() {
  return array(
    'profile' => t('Merging profile data using the new account where it is populated.'),
  );
}