You are here

function hook_contact_save_message_read in Contact Save 7

A contact form message has been read.

This hook is fired every time a message is read.

Parameters

int $message_id: The message ID of the message that was read.

1 function implements hook_contact_save_message_read()

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

contact_save_contact_save_message_read in ./contact_save.module
Implements hook_contact_save_message_read().
1 invocation of hook_contact_save_message_read()
contact_save_views_post_render in ./contact_save.module
Implements hook_views_post_render().

File

./contact_save.api.php, line 38
Hooks provided by the Contact Save module.

Code

function hook_contact_save_message_read($message_id) {
}