You are here

function hook_privatemsg_view_template in Privatemsg 7

Same name and namespace in other branches
  1. 6.2 privatemsg.api.php \hook_privatemsg_view_template()
  2. 6 privatemsg.api.php \hook_privatemsg_view_template()
  3. 7.2 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()
privatemsg_view_options in ./privatemsg.admin.inc

File

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

Code

function hook_privatemsg_view_template() {
}