| hook_privatemsg_autocomplete_alter | ./privatemsg.api.php | Allows to alter the found autocomplete suggestions. |
| hook_privatemsg_block_message | ./privatemsg.api.php | Check if the author can send a message to the recipients. |
| hook_privatemsg_message_flush | ./privatemsg.api.php | Is called when a message is flushed. |
| hook_privatemsg_message_insert | ./privatemsg.api.php | This hook is executed after the message has been saved. |
| hook_privatemsg_message_presave_alter | ./privatemsg.api.php | Change the message before it is stored. |
| hook_privatemsg_message_recipient_changed | ./privatemsg.api.php | This hook is invoked when a recipient is added to a message. |
| hook_privatemsg_message_status_changed | ./privatemsg.api.php | Allows response to a status change. |
| hook_privatemsg_message_validate | ./privatemsg.api.php | Validate a message before it is sent/saved in the database. |
| hook_privatemsg_message_view_alter | ./privatemsg.api.php | Act on the $vars before a message is displayed. |
| hook_privatemsg_name_lookup | ./privatemsg.api.php | Hook which allows to look up a user object. |
| hook_privatemsg_name_lookup_matches | ./privatemsg.api.php | Allows to alter found recipient types for a given string. |
| hook_privatemsg_operation_executed | ./privatemsg.api.php | Allows response to a successful operation. |
| hook_privatemsg_recipient_type_info | ./privatemsg.api.php | This hook is used to tell privatemsg about the recipient types defined by a
module. Each type consists of an array keyed by the internal recipient type
name and the following keys must be defined. |
| hook_privatemsg_recipient_type_info_alter | ./privatemsg.api.php | Allows to alter the defined recipient types. |
| hook_privatemsg_thread_operations | ./privatemsg.api.php | Expose operations/actions which can be executed on threads. |
| hook_privatemsg_view_alter | ./privatemsg.api.php | Add content to the view thread page. |
| hook_privatemsg_view_template | ./privatemsg.api.php | List of possible templates. |
| hook_query_privatemsg_autocomplete_alter | ./privatemsg.api.php | Query to search for autocomplete usernames. |
| hook_query_privatemsg_deleted_alter | ./privatemsg.api.php | Alter the query that loads deleted messages to flush them. |
| hook_query_privatemsg_messages_alter | ./privatemsg.api.php | Query definition to load messages of one or multiple threads. |
| hook_query_privatemsg_participants_alter | ./privatemsg.api.php | Alter the query that loads the participants of a thread. |
| hook_query_privatemsg_sql_list_alter | ./privatemsg.api.php | Display a list of threads. |
| hook_query_privatemsg_unread_count_alter | ./privatemsg.api.php | Loads all unread messages of a user (only the count query is used). |
| pm_block_user_block_submit | pm_block_user/pm_block_user.pages.inc | Submit callback for block user form. |
| pm_block_user_block_validate | pm_block_user/pm_block_user.pages.inc | Validate user names. |
| pm_block_user_form | pm_block_user/pm_block_user.pages.inc | |
| pm_block_user_form_submit | pm_block_user/pm_block_user.pages.inc | Submit callback for block user confirmation form. |
| pm_block_user_has_blocked | pm_block_user/pm_block_user.module | Checks if author is blocked by the recipient. |
| pm_block_user_help | pm_block_user/pm_block_user.module | Implements hook_help(). |
| pm_block_user_js | pm_block_user/pm_block_user.admin.inc | Menu callback for AHAH handling. |
| pm_block_user_list | pm_block_user/pm_block_user.pages.inc | Formbuilder function to build a simple form to block users. |
| pm_block_user_menu | pm_block_user/pm_block_user.module | Implements hook_menu(). |
| pm_block_user_more_submit | pm_block_user/pm_block_user.admin.inc | Submit handler for 'More' button, adds a new action. |
| pm_block_user_privatemsg_autocomplete_alter | pm_block_user/pm_block_user.module | |
| pm_block_user_privatemsg_block_message | pm_block_user/pm_block_user.module | Implements hook_privatemsg_block_message. |
| pm_block_user_privatemsg_message_view_alter | pm_block_user/pm_block_user.module | Implements hook_privatemsg_message_view_alter. |
| pm_block_user_query_privatemsg_autocomplete_alter | pm_block_user/pm_block_user.module | Implements hook_query_TAG_alter(). |
| pm_block_user_query_privatemsg_message_load_multiple_alter | pm_block_user/pm_block_user.module | |
| pm_block_user_remove_submit | pm_block_user/pm_block_user.admin.inc | Submit handler for 'Remove' button, removes an action. |
| pm_block_user_schema | pm_block_user/pm_block_user.install | Implement hook_schema(). |
| pm_block_user_settings | pm_block_user/pm_block_user.admin.inc | Menu callback for blocked user settings. |
| pm_block_user_settings_submit | pm_block_user/pm_block_user.admin.inc | Submit handler for admin form. |
| pm_block_user_theme | pm_block_user/pm_block_user.module | Implements hook_theme(). |
| pm_block_user_user_cancel | pm_block_user/pm_block_user.module | Implements hook_user_cancel(). |
| pm_email_notify_form_alter | pm_email_notify/pm_email_notify.module | Implements hook_form_alter(). |
| pm_email_notify_form_privatemsg_admin_settings_alter | pm_email_notify/pm_email_notify.module | Implements hook_form_FORM_ID_alter(). |
| pm_email_notify_mail | pm_email_notify/pm_email_notify.module | Implements hook_mail(). |
| pm_email_notify_privatemsg_message_insert | pm_email_notify/pm_email_notify.module | Implements hook_privatemsg_message_insert(). |
| pm_email_notify_schema | pm_email_notify/pm_email_notify.install | |
| pm_email_notify_uninstall | pm_email_notify/pm_email_notify.install | Implements hook_uninstall(). |