You are here

function hook_pm_email_notify_token_list_alter in Privatemsg 6.2

Alter the available list of private message e-mail tokens.

Parameters

$tokens: An array of mappings from token names to descriptions. The token names should match those that are having their values specificed in hook_pm_email_notify_token_alter().

See also

_pm_email_notify_token_list()

1 invocation of hook_pm_email_notify_token_list_alter()
_pm_email_notify_token_list in pm_email_notify/pm_email_notify.module
Return a list of available tokens for user e-mail messages.

File

pm_email_notify/pm_email_notify.api.php, line 37
Private Messages via Email API Documentation

Code

function hook_pm_email_notify_token_list_alter(&$tokens) {
}