Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.113.2.75 (checked in on 2008/02/22 at 18:56:04 by quicksketch)
| Name | Description |
|---|---|
| theme_webform_admin_settings | |
| theme_webform_confirmation | Themable function for webform submission confirmation. |
| theme_webform_node_form | Theme the node form. Use a table to organize the components. |
| webform_access | Implemenation of hook_access(). |
| webform_admin_settings | Menu callback for admin/webform/settings. |
| webform_client_form | 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_client_form_submit | |
| webform_client_form_validate | |
| webform_delete | Implemenation of hook_delete(). |
| webform_edit_field_form | |
| webform_edit_field_form_prepare_validate | Field name validation for the webform unique key. Must be alphanumeric. |
| webform_file_download | Implementation of hook_file_download(). |
| webform_form | Implementation of hook_form() Creates the standard form for editing or creating a webform. |
| webform_forms | Implementation of hook_forms(). All webform_client_form forms share the same form handler |
| webform_get_cid | Given a form_key and a list of form_key parents, determine the cid. |
| webform_help | Implemenation of hook_help(). |
| webform_insert | Implemenation of hook_insert(). |
| webform_link | Implementation of hook_link(). Always add a "view form" link. |
| webform_load | Implemenation of hook_load(). |
| webform_menu | Implementation of hook_menu(). |
| webform_node_info | Implementation of hook_node_info(). |
| webform_page | Menu callback for admin/content/webform. Displays all webforms on the site. |
| webform_perm | Implementation of hook_perm(). |
| webform_prepare | Implementation of hook_prepare(). This function is called before the display of webform_form(). Rather than a typical usage of hook_prepare, in webform it is used to update the contents of the $node object after changes have been made to the node,... |
| webform_results | Menu callback for all content under admin/content/webform. |
| webform_submission_edit | Editable display of a webform submission. |
| webform_submission_view | View-only presentation of the webform filled with a particular submission. |
| webform_submit | Implementation of hook_submit(). |
| webform_update | Implemenation of hook_update(). |
| webform_validate | Implementation of hook_validate(). This function is called after the user clicks any button displayed in webform_form(). Rather than a typical usage of validation, in webform this is used to perform various actions without kicking the user out of the... |
| webform_view | Implementation of hook_view(). |
| _webform_client_form_add_component | |
| _webform_client_form_submit_flatten | Flattens a submitted form back into a single array representation (rather than nested fields) |
| _webform_client_form_submit_process | Post processes the submission tree with any updates from components. |
| _webform_components_decode | |
| _webform_components_encode | |
| _webform_components_sort | Helper for the uasort in webform_tree_sort() |
| _webform_components_tree_build | Convert an array of components into a tree |
| _webform_components_tree_flatten | Flatten a component tree into a flat list. |
| _webform_components_tree_sort | Sort each level of a component tree by weight and name |
| _webform_confirmation | Prints the confirmation message after a successful submission. |
| _webform_filtervalues | Filters all special tokens provided by webform, such as %post and %profile. |
| _webform_load_components | Load all necessary component.inc files into memory. |
| _webform_safe_name | |
| _webform_save_submission | |
| _webform_update_submission |