mass_contact_admin_categories |
./mass_contact.admin.inc |
Displays a list of all existing categories. |
|
1 |
mass_contact_admin_delete |
./mass_contact.admin.inc |
Displays a form to select a category to delete. |
|
1 |
mass_contact_admin_delete_submit |
./mass_contact.admin.inc |
Does the actual deleting of the category. |
|
|
mass_contact_admin_edit |
./mass_contact.admin.inc |
Displays a form to add or edit a category. |
|
1 |
mass_contact_admin_edit_submit |
./mass_contact.admin.inc |
Processes the adding or editing of a category. |
|
|
mass_contact_admin_edit_validate |
./mass_contact.admin.inc |
Validates the submission of the category add/edit page. |
|
|
mass_contact_admin_settings_body |
./mass_contact.admin.inc |
Message body administration settings form. |
|
1 |
mass_contact_admin_settings_header |
./mass_contact.admin.inc |
Message header administration settings form. |
|
1 |
mass_contact_admin_settings_header_validate |
./mass_contact.admin.inc |
Validates the message header administration settings form. |
|
|
mass_contact_admin_settings_misc |
./mass_contact.admin.inc |
Miscellaneous administration settings form. |
|
1 |
mass_contact_cron |
./mass_contact.module |
Implements hook_cron_queue_info(). |
|
|
mass_contact_ctools_plugin_directory |
./mass_contact.module |
Implements hook_ctools_plugin_directory(). |
|
|
mass_contact_ctools_plugin_type |
./mass_contact.module |
Implements hook_ctools_plugin_type(). |
|
|
mass_contact_form_user_profile_form_alter |
./mass_contact.module |
Implements hook_form_FORM_ID_alter() for user_profile_form. |
|
|
mass_contact_help |
./mass_contact.module |
Implements hook_help(). |
|
|
mass_contact_install |
./mass_contact.install |
Implements hook_install(). |
|
|
mass_contact_mail |
./mass_contact.module |
Implements hook_mail(). |
|
|
mass_contact_mail_page |
./mass_contact.page.inc |
Generates the main Mass Contact mail form. |
|
1 |
mass_contact_mail_page_submit |
./mass_contact.page.inc |
Processes the main Mass Contact mail form. |
|
|
mass_contact_mail_page_validate |
./mass_contact.page.inc |
Validates the main Mass Contact mail form. |
|
|
mass_contact_menu |
./mass_contact.module |
Implements hook_menu(). |
|
|
mass_contact_menu_alter |
./mass_contact.module |
Implements hook_menu_alter(). |
|
|
mass_contact_permission |
./mass_contact.module |
Implements hook_permission(). |
|
|
mass_contact_role_admin_edit |
plugins/mass_contact_role.inc |
Creates a form element for Category add/edit page. |
|
1 |
mass_contact_role_admin_edit_submit |
plugins/mass_contact_role.inc |
Category add/edit form submit callback. |
|
1 |
mass_contact_role_admin_edit_validate |
plugins/mass_contact_role.inc |
Category add/edit form validation callback. |
|
1 |
mass_contact_role_categories |
plugins/mass_contact_role.inc |
Prepares a list of categories for the Category List page. |
|
1 |
mass_contact_role_recipients |
plugins/mass_contact_role.inc |
Retrieves a list of users by roles. |
|
1 |
mass_contact_role_user_edit |
plugins/mass_contact_role.inc |
Creates a list of categories the user is part of. |
|
1 |
mass_contact_schema |
./mass_contact.install |
Implements hook_schema(). |
|
|
mass_contact_site_page |
./mass_contact.page.inc |
The mail page. |
|
1 |
mass_contact_taxonomy_admin_edit |
plugins/mass_contact_taxonomy.inc |
Creates a form element for Category add/edit page. |
|
1 |
mass_contact_taxonomy_admin_edit_submit |
plugins/mass_contact_taxonomy.inc |
Add/edit form submit callback. |
|
1 |
mass_contact_taxonomy_admin_edit_validate |
plugins/mass_contact_taxonomy.inc |
Category add/edit form validation callback. |
|
1 |
mass_contact_taxonomy_categories |
plugins/mass_contact_taxonomy.inc |
Prepares a list of categories for the Category List page. |
|
1 |
mass_contact_taxonomy_recipients |
plugins/mass_contact_taxonomy.inc |
Retrieves a list of users by taxonomy terms. |
|
1 |
mass_contact_taxonomy_user_edit |
plugins/mass_contact_taxonomy.inc |
Creates a list of categories the user is part of. |
|
1 |
mass_contact_uninstall |
./mass_contact.install |
Implements hook_uninstall(). |
|
|
mass_contact_update_7000 |
./mass_contact.install |
Update the Attachment location setting, when upgrading from 6.x. |
|
|
mass_contact_update_7100 |
./mass_contact.install |
Remove variables that were converted into permissions. |
|
|
mass_contact_update_7101 |
./mass_contact.install |
Move mass_contact.recipients database field to serialized data. |
|
|
mass_contact_user_presave |
./mass_contact.module |
Implements hook_user_presave(). |
|
|
_mass_contact_compute_default_filter_format |
./mass_contact.page.inc |
Figures out the default filter format for the current user. |
2 |
|
_mass_contact_create_recipient_list |
./mass_contact.page.inc |
Creates a list of recipients. |
1 |
|
_mass_contact_fields |
./mass_contact.install |
Returns a structured array, defining the fields created by this node type. |
2 |
|
_mass_contact_field_instances |
./mass_contact.install |
Returns a structured array, defining the instances for this node type. |
1 |
|
_mass_contact_finalize_headers |
./mass_contact.page.inc |
Finalizes the headers, by setting the To, Subject, and possibly, Bcc fields. |
1 |
|
_mass_contact_prepare_bodies |
./mass_contact.page.inc |
Prepares the message's body. |
1 |
|
_mass_contact_prepare_header |
./mass_contact.page.inc |
Prepares the message's header. |
1 |
|
_mass_contact_prepare_message_addon |
./mass_contact.page.inc |
Prepares a message addon (prefix or suffix). |
1 |
|