9 calls to _webform_load_components() in Webform 5
- webform_admin_settings in ./
webform.module - Menu callback for admin/webform/settings.
- webform_client_form in ./
webform.module - Client form generation function. If this is displaying an existing submission, pass in the $submission variable with the contents of the submission to be displayed.
- webform_edit_field_form in ./
webform.module - webform_edit_field_form_prepare_validate in ./
webform.module - Field name validation for the webform unique key. Must be alphanumeric.
- webform_form in ./
webform.module - Implementation of hook_form() Creates the standard form for editing or creating a webform.
- webform_help in ./
webform.module - Implemenation of hook_help().
- _webform_results_analysis in ./
webform_report.inc - Provides a simple analysis of all submissions to a webform.
- _webform_results_download in ./
webform_report.inc - Generate a Excel-readable CSV file containing all submissions for a webform.
- _webform_results_table in ./
webform_report.inc - Create a table containing all submitted values for a webform node.