You are here

function hook_privatemsg_message_flush in Privatemsg 6.2

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

Is called when a message is flushed.

The message will be deleted from the database, remove any related data here.

Parameters

$message: Message array

Related topics

1 function implements hook_privatemsg_message_flush()

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

privatemsg_attachments_privatemsg_message_flush in privatemsg_attachments/privatemsg_attachments.module
Implements hook_privatemsg_message_flush().
1 invocation of hook_privatemsg_message_flush()
privatemsg_cron in ./privatemsg.module
Implements hook_cron().

File

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

Code

function hook_privatemsg_message_flush($message) {
}