Contributions API

webform.module

Version

1.124.2.18 (checked in on 2008/04/15 at 01:07:36 by quicksketch)

Functions

Namesort iconDescription
theme_webform_admin_contentGenerate a list of all webforms avaliable on this site.
theme_webform_admin_settings
theme_webform_advanced_submit_limit_formTheme the submit limit fieldset on the webform node form.
theme_webform_confirmationThemable function for webform submission confirmation.
theme_webform_mail_components_formTheme the component options for sending e-mails.
theme_webform_mail_fieldsTheme the fields portion of the e-mails sent by webform.
theme_webform_mail_headersTheme the headers when sending an email from webform.
theme_webform_mail_messageTheme the contents of e-mails sent by webform.
theme_webform_mail_settings_formTheme the Webform mail settings section of the node form.
webform_accessImplemenation of hook_access().
webform_admin_contentMenu callback for admin/content/webform. Displays all webforms on the site.
webform_admin_settingsMenu callback for admin/webform/settings.
webform_client_formClient 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_loadMenu callback to load the appropriate node form.
webform_client_form_submit
webform_client_form_validate
webform_deleteImplemenation of hook_delete().
webform_file_downloadImplementation of hook_file_download().
webform_formImplementation of hook_form() Creates the standard form for editing or creating a webform.
webform_formsImplementation of hook_forms(). All webform_client_form forms share the same form handler
webform_form_alterImplementation of hook_form_alter().
webform_form_submitSubmit handler for the webform node form.
webform_get_cidGiven a form_key and a list of form_key parents, determine the cid.
webform_helpImplemenation of hook_help().
webform_insertImplemenation of hook_insert().
webform_linkImplementation of hook_link(). Always add a "view form" link.
webform_loadImplementation of hook_load().
webform_load_componentsLoad all necessary component.inc files into memory.
webform_mailImplementation of hook_mail().
webform_menuImplementation of hook_menu().
webform_menu_component_loadMenu loader callback. Load a webform component if the given cid is a valid.
webform_menu_loadMenu loader callback. Load a webform node if the given nid is a webform.
webform_menu_submission_loadMenu loader callback. Load a webform submission if the given sid is a valid.
webform_node_infoImplementation of hook_node_info().
webform_permImplementation of hook_perm().
webform_submission_access
webform_submitImplementation of hook_submit().
webform_themeImplementation of hook_theme().
webform_updateImplemenation of hook_update().
webform_variable_getRetreive a Drupal variable with the appropriate default value.
webform_viewImplementation of hook_view().
_webform_client_form_add_component
_webform_client_form_submit_flattenFlattens a submitted form back into a single array representation (rather than nested fields)
_webform_client_form_submit_processPost processes the submission tree with any updates from components.
_webform_components_sortHelper for the uasort in webform_tree_sort()
_webform_components_tree_buildConvert an array of components into a tree
_webform_components_tree_flattenFlatten a component tree into a flat list.
_webform_components_tree_sortSort each level of a component tree by weight and name
_webform_component_optionsGiven a set of components, determine which one are appropriate for a particular use, such as an email address or subject.
_webform_confirmationPrints the confirmation message after a successful submission.
_webform_filter_descriptionsFilters all special tokens provided by webform, and allows basic layout in descriptions.
_webform_filter_valuesFilters all special tokens provided by webform, such as %post and %profile.
_webform_safe_name