hook_webform_component_defaults_alter |
./webform.api.php |
Alter the list of Webform component default values. |
|
|
hook_webform_component_delete |
./webform.api.php |
Respond to a Webform component being deleted. |
|
|
hook_webform_component_info |
./webform.api.php |
Define components to Webform. |
|
|
hook_webform_component_info_alter |
./webform.api.php |
Alter the list of available Webform components. |
|
|
hook_webform_component_insert |
./webform.api.php |
Respond to a Webform component being inserted into the database. |
|
|
hook_webform_component_load |
./webform.api.php |
Modify a loaded Webform component. |
|
|
hook_webform_component_presave |
./webform.api.php |
Modify a Webform component before it is saved to the database. |
|
|
hook_webform_component_update |
./webform.api.php |
Respond to a Webform component being updated in the database. |
|
|
hook_webform_csv_data_alter |
./webform.api.php |
Alter a Webform submission's data when exported. |
|
|
hook_webform_csv_header_alter |
./webform.api.php |
Alter a Webform submission's header when exported. |
|
|
hook_webform_results_access |
./webform.api.php |
Determine if a user has access to see the results of a webform. |
|
|
hook_webform_select_options_info |
./webform.api.php |
Define callbacks that can be used as select list options. |
|
|
hook_webform_select_options_info_alter |
./webform.api.php |
Alter the list of select list options provided by Webform and other modules. |
|
|
hook_webform_submission_access |
./webform.api.php |
Alter access to a Webform submission. |
|
|
hook_webform_submission_actions |
./webform.api.php |
Provide a list of actions that can be executed on a submission. |
|
|
hook_webform_submission_delete |
./webform.api.php |
Respond to a Webform submission being deleted. |
|
|
hook_webform_submission_insert |
./webform.api.php |
Respond to a Webform submission being inserted. |
|
|
hook_webform_submission_load |
./webform.api.php |
Respond to the loading of Webform submissions. |
|
|
hook_webform_submission_presave |
./webform.api.php |
Modify a Webform submission, prior to saving it in the database. |
|
|
hook_webform_submission_render_alter |
./webform.api.php |
Alter the display of a Webform submission. |
|
|
hook_webform_submission_update |
./webform.api.php |
Respond to a Webform submission being updated. |
|
|
template_preprocess_webform_confirmation |
./webform.module |
Prepare for theming of the webform submission confirmation. |
|
|
template_preprocess_webform_form |
./webform.module |
Prepare for theming of the webform form. |
|
|
template_preprocess_webform_mail_message |
./webform.module |
Prepare to theme the contents of e-mails sent by webform. |
|
|
template_preprocess_webform_results_submissions |
includes/webform.report.inc |
Preprocess function for webform-results-submissions.tpl.php |
|
|
template_preprocess_webform_submission |
includes/webform.submissions.inc |
Preprocess function for webform-submission.tpl.php. |
|
|
template_preprocess_webform_submission_information |
includes/webform.submissions.inc |
Preprocess function for webform-submission-navigation.tpl.php. |
|
|
template_preprocess_webform_submission_navigation |
includes/webform.submissions.inc |
Preprocess function for webform-submission-navigation.tpl.php. |
|
|
theme_webform_admin_content |
includes/webform.admin.inc |
Generate a list of all webforms avaliable on this site. |
|
|
theme_webform_admin_settings |
includes/webform.admin.inc |
Theme the output of the webform_admin_settings() form. |
|
|
theme_webform_advanced_redirection_form |
includes/webform.pages.inc |
Theme the redirection setting on the webform node form. |
|
|
theme_webform_advanced_submit_limit_form |
includes/webform.pages.inc |
Theme the submit limit fieldset on the webform node form. |
|
|
theme_webform_advanced_total_submit_limit_form |
includes/webform.pages.inc |
Theme the total submit limit fieldset on the webform node form. |
|
|
theme_webform_components_form |
includes/webform.components.inc |
Theme the node components form. Use a table to organize the components. |
|
|
theme_webform_components_page |
includes/webform.components.inc |
Theme the output of the main components page. |
|
|
theme_webform_component_select |
includes/webform.components.inc |
Theme the contents of a Webform component select element. |
|
|
theme_webform_date |
components/date.inc |
Theme a webform date element. |
|
|
theme_webform_display_date |
components/date.inc |
Format the text output for this component. |
|
|
theme_webform_display_email |
components/email.inc |
Format the text output for this component. |
|
|
theme_webform_display_file |
components/file.inc |
Format the output of text data for this component |
|
|
theme_webform_display_grid |
components/grid.inc |
Format the text output for this component. |
|
|
theme_webform_display_hidden |
components/hidden.inc |
|
|
|
theme_webform_display_number |
components/number.inc |
Format the output of data for this component. |
|
|
theme_webform_display_pagebreak |
components/pagebreak.inc |
Format the text output data for this component. |
|
|
theme_webform_display_select |
components/select.inc |
Format the text output for this component. |
|
|
theme_webform_display_textarea |
components/textarea.inc |
Format the output of data for this component. |
|
|
theme_webform_display_textfield |
components/textfield.inc |
Format the output of data for this component. |
|
|
theme_webform_display_time |
components/time.inc |
Format the output of data for this component. |
|
|
theme_webform_edit_file_extensions |
components/file.inc |
Output the list of allowed extensions as checkboxes. |
|
|
theme_webform_element |
./webform.module |
Replacement for theme_form_element(). |
|
|