contact_attach_admin_settings |
./contact_attach.admin.inc |
Form constructor for the settings form. |
|
1 |
contact_attach_admin_settings_validate |
./contact_attach.admin.inc |
Form validation handler for contact_attach_admin_settings(). |
|
1 |
contact_attach_contact_form_validate |
./contact_attach.module |
Form validation handler for contact_site_form() and contact_personal_form(). |
|
1 |
contact_attach_contact_personal_form_submit |
./contact_attach.module |
Form submission handler for contact_personal_form(). |
|
|
contact_attach_contact_site_form_submit |
./contact_attach.module |
Form submission handler for contact_site_form(). |
|
|
contact_attach_form_alter |
./contact_attach.module |
Implements hook_form_alter(). |
|
|
contact_attach_help |
./contact_attach.module |
Implements hook_help(). |
|
|
contact_attach_mail_alter |
./contact_attach.module |
Implements hook_mail_alter(). |
|
|
contact_attach_menu |
./contact_attach.module |
Implements hook_menu(). |
|
|
contact_attach_permission |
./contact_attach.module |
Implements hook_permission(). |
|
|
contact_attach_uninstall |
./contact_attach.install |
Implements hook_uninstall(). |
|
|
contact_attach_update_7100 |
./contact_attach.install |
Toggle usage of simple file field for users with file module enabled. |
|
|
_contact_attach_add_attachment |
./contact_attach.module |
Returns a fully-encoded attachment ready to be included into a message body. |
2 |
|
_contact_attach_get_valid_roles |
./contact_attach.module |
Gets active user's valid roles to be considered in aggregation of settings. |
3 |
|
_contact_attach_process_attachments |
./contact_attach.module |
Checks for attachments and processes them, if one or more exist. |
1 |
|
_contact_attach_return_allowed_extensions |
./contact_attach.module |
Returns allowed extensions for attachments based on all supplied roles. |
2 |
|
_contact_attach_return_max_attachments |
./contact_attach.module |
Returns maximum number of attachments allowed based on all supplied roles. |
2 |
|
_contact_attach_return_max_file_size |
./contact_attach.module |
Returns the allowed file size for attachments based on all supplied roles. |
2 |
|