Mailinglist
 All Data Structures Files Functions Variables Pages
Functions
mailinglist.api.php File Reference

API definition file for the mailinglist module. More...

Go to the source code of this file.

Functions

 hook_mailinglist_message ($message, $list)
 
 hook_mailinglist_message_alter ($message, $list)
 
 hook_mailinglist_list_created ($list)
 
 hook_mailinglist_list_edited ($list)
 
 hook_mailinglist_list_changed_type ($list)
 
 hook_mailinglist_list_delete ($list)
 
 hook_mailinglist_retrieve_created ($list)
 
 hook_mailinglist_retrieve_edited ($list)
 
 hook_mailinglist_retrieve_changed_type ($list)
 
 hook_mailinglist_retrieve_deleted ($list)
 

Detailed Description

API definition file for the mailinglist module.

Definition in file mailinglist.api.php.

Function Documentation

hook_mailinglist_list_changed_type (   $list)
hook_mailinglist_list_created (   $list)
hook_mailinglist_list_delete (   $list)
hook_mailinglist_list_edited (   $list)
hook_mailinglist_message (   $message,
  $list 
)

Definition at line 13 of file mailinglist.api.php.

13 {}
hook_mailinglist_message_alter (   $message,
  $list 
)

Definition at line 15 of file mailinglist.api.php.

15 {}
hook_mailinglist_retrieve_changed_type (   $list)
hook_mailinglist_retrieve_created (   $list)
hook_mailinglist_retrieve_deleted (   $list)
hook_mailinglist_retrieve_edited (   $list)