You are here

Functions in Maillog / Mail Developer 7

Primary tabs

Namesort descending Location Description Direct uses Strings
maillog_admin_settings ./maillog.admin.inc Form API callback for the Maillog settings form. 1
maillog_disable ./maillog.install Implements hook_disable().
maillog_enable ./maillog.install Implements hook_enable().
maillog_maillog_delete ./maillog.module Delete a specific maillog record. 1
maillog_maillog_delete_form ./maillog.pages.inc FormAPI callback to allow deleting a Maillog record. 1
maillog_maillog_delete_form_submit ./maillog.pages.inc FormAPI confirmation callback for maillog_maillog_delete_form().
maillog_maillog_load ./maillog.module Load a maillog record.
maillog_maillog_page ./maillog.pages.inc Display a maillog record. 1
maillog_maillog_title ./maillog.module Title callback for a maillog record. 1
maillog_menu ./maillog.module Implements hook_menu().
maillog_permission ./maillog.module Implements hook_permision().
maillog_schema ./maillog.install Implements hook_schema().
maillog_tests_mail tests/maillog_tests.module Implements hook_mail().
maillog_theme ./maillog.module Implements hook_theme().
maillog_uninstall ./maillog.install Implements hook_uninstall().
maillog_update_7100 ./maillog.install Rename the 'idmaillog' field to just 'id'.
maillog_update_7101 ./maillog.install Clear the menu cache so the new paths will be picked up.
maillog_update_7102 ./maillog.install Clear the Views cache so the updated admin page will get the new paths.
maillog_views_api ./maillog.module Implements hook_views_api().
maillog_views_data includes/maillog.views.inc Implements hook_views_data().
maillog_views_default_views includes/maillog.views_default.inc Implements hook_views_default_views().
maillog_views_handlers includes/maillog.views.inc Implements hook_views_handlers().
theme_maillog ./maillog.module Render a maillog record.
theme_maillog_body ./maillog.module Render the 'Body' field in the node type 'Logged Mail'.
theme_maillog_header_all ./maillog.module Render the 'Header' field in the node type 'Logged Mail'.
theme_maillog_header_from ./maillog.module Render the 'From' field in the node type 'Logged Mail'.
theme_maillog_header_reply_to ./maillog.module Render the 'Reply-To' field in the node type 'Logged Mail'.
theme_maillog_header_to ./maillog.module Render the 'To' field in the node type 'Logged Mail'.

Other projects