You are here

function hook_privatemsg_recipient_type_info_alter in Privatemsg 6.2

Same name and namespace in other branches
  1. 7.2 privatemsg.api.php \hook_privatemsg_recipient_type_info_alter()
  2. 7 privatemsg.api.php \hook_privatemsg_recipient_type_info_alter()

Allows to alter the defined recipient types.

Parameters

$types: Array with the recipient types.

See also

hook_privatemsg_recipient_type_info()

Related topics

1 function implements hook_privatemsg_recipient_type_info_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

privatemsg_realname_privatemsg_recipient_type_info_alter in privatemsg_realname/privatemsg_realname.module
Implements hook_privatemsg_recipient_info_alter().
1 invocation of hook_privatemsg_recipient_type_info_alter()
privatemsg_recipient_get_types in ./privatemsg.module
Returns an array of defined recipient types.

File

./privatemsg.api.php, line 699
Privatemsg API Documentation

Code

function hook_privatemsg_recipient_type_info_alter(&$types) {
}