function hook_privatemsg_name_lookup_matches in Privatemsg 6.2
Same name and namespace in other branches
- 7.2 privatemsg.api.php \hook_privatemsg_name_lookup_matches()
- 7 privatemsg.api.php \hook_privatemsg_name_lookup_matches()
Allows to alter found recipient types for a given string.
Parameters
$matches: Array of matching recipient objects.
$string: String representation of the recipient.
Related topics
File
- ./
privatemsg.api.php, line 502 - Privatemsg API Documentation
Code
function hook_privatemsg_name_lookup_matches(&$matches, $string) {
}