You are here

function hook_privatemsg_view_template in Privatemsg 6.2

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

List of possible templates.

Related topics

1 function implements hook_privatemsg_view_template()

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

privatemsg_privatemsg_view_template in ./privatemsg.module
Implements hook_privatemsg_view_template().
1 invocation of hook_privatemsg_view_template()
private_message_view_options in ./privatemsg.module

File

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

Code

function hook_privatemsg_view_template() {
}