Go to the source code of this file.
Functions | |
contact_site_page () | |
contact_mail_page () | |
contact_mail_page_validate ($form, &$form_state) | |
contact_mail_page_submit ($form, &$form_state) | |
contact_user_page ($account) | |
contact_mail_user (&$form_state, $recipient) | |
contact_mail_user_submit ($form, &$form_state) |
Definition in file contact.pages.inc.
contact_mail_page | ( | ) |
Definition at line 26 of file contact.pages.inc.
References $result, db_fetch_object(), db_query(), drupal_set_message(), name, t(), url(), and variable_get().
contact_mail_page_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process the site-wide contact page form submission.
Definition at line 119 of file contact.pages.inc.
References drupal_mail(), drupal_set_message(), flood_register_event(), language_default(), t(), and watchdog().
contact_mail_page_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validate the site-wide contact page form submission.
Definition at line 107 of file contact.pages.inc.
References form_set_error(), t(), and valid_email_address().
contact_mail_user | ( | &$ | form_state, | |
$ | recipient | |||
) |
Definition at line 174 of file contact.pages.inc.
References check_plain(), name, and t().
contact_mail_user_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process the personal contact page form submission.
Definition at line 208 of file contact.pages.inc.
References drupal_mail(), drupal_set_message(), flood_register_event(), name, t(), and watchdog().
contact_site_page | ( | ) |
Site-wide contact page.
Definition at line 13 of file contact.pages.inc.
References $output, drupal_get_form(), flood_is_allowed(), t(), and variable_get().
contact_user_page | ( | $ | account | ) |
Personal contact page.
Definition at line 157 of file contact.pages.inc.
References $output, check_plain(), drupal_get_destination(), drupal_get_form(), drupal_set_title(), flood_is_allowed(), name, t(), url(), valid_email_address(), and variable_get().