1.124.2.18 (checked in on 2008/04/15 at 01:07:36 by quicksketch)
| Name | Description |
|---|---|
| theme_webform_admin_content | Generate a list of all webforms avaliable on this site. |
| theme_webform_admin_settings | |
| theme_webform_advanced_submit_limit_form | Theme the submit limit fieldset on the webform node form. |
| theme_webform_confirmation | Themable function for webform submission confirmation. |
| theme_webform_mail_components_form | Theme the component options for sending e-mails. |
| theme_webform_mail_fields | Theme the fields portion of the e-mails sent by webform. |
| theme_webform_mail_headers | Theme the headers when sending an email from webform. |
| theme_webform_mail_message | Theme the contents of e-mails sent by webform. |
| theme_webform_mail_settings_form | Theme the Webform mail settings section of the node form. |
| webform_access | Implemenation of hook_access(). |
| webform_admin_content | Menu callback for admin/content/webform. Displays all webforms on the site. |
| 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_load | Menu callback to load the appropriate node form. |
| webform_client_form_submit | |
| webform_client_form_validate | |
| webform_delete | Implemenation of hook_delete(). |
| 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_form_alter | Implementation of hook_form_alter(). |
| webform_form_submit | Submit handler for the webform node form. |
| 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 | Implementation of hook_load(). |
| webform_load_components | Load all necessary component.inc files into memory. |
| webform_mail | Implementation of hook_mail(). |
| webform_menu | Implementation of hook_menu(). |
| webform_menu_component_load | Menu loader callback. Load a webform component if the given cid is a valid. |
| webform_menu_load | Menu loader callback. Load a webform node if the given nid is a webform. |
| webform_menu_submission_load | Menu loader callback. Load a webform submission if the given sid is a valid. |
| webform_node_info | Implementation of hook_node_info(). |
| webform_perm | Implementation of hook_perm(). |
| webform_submission_access | |
| webform_submit | Implementation of hook_submit(). |
| webform_theme | Implementation of hook_theme(). |
| webform_update | Implemenation of hook_update(). |
| webform_variable_get | Retreive a Drupal variable with the appropriate default value. |
| 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_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_component_options | Given a set of components, determine which one are appropriate for a particular use, such as an email address or subject. |
| _webform_confirmation | Prints the confirmation message after a successful submission. |
| _webform_filter_descriptions | Filters all special tokens provided by webform, and allows basic layout in descriptions. |
| _webform_filter_values | Filters all special tokens provided by webform, such as %post and %profile. |
| _webform_safe_name |