You are here

function notifications_usermerge_actions_supported in User Merge 6

Implement hook_usermerge_actions_supported() on behalf of notifications.

File

./usermerge.module, line 173
Main file for the user merge module, which re-assigns data from an abandoned account to a live one.

Code

function notifications_usermerge_actions_supported() {
  return array(
    'notifications' => t('Merge notification and messaging settings'),
  );
}