Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

webform.module

Version

1.113.2.75 (checked in on 2008/02/22 at 18:56:04 by quicksketch)

Functions

Namesort iconDescription
theme_webform_admin_settings
theme_webform_confirmationThemable function for webform submission confirmation.
theme_webform_node_formTheme the node form. Use a table to organize the components.
webform_accessImplemenation of hook_access().
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_submit
webform_client_form_validate
webform_deleteImplemenation of hook_delete().
webform_edit_field_form
webform_edit_field_form_prepare_validateField name validation for the webform unique key. Must be alphanumeric.
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_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_loadImplemenation of hook_load().
webform_menuImplementation of hook_menu().
webform_node_infoImplementation of hook_node_info().
webform_pageMenu callback for admin/content/webform. Displays all webforms on the site.
webform_permImplementation of hook_perm().
webform_prepareImplementation 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_resultsMenu callback for all content under admin/content/webform.
webform_submission_editEditable display of a webform submission.
webform_submission_viewView-only presentation of the webform filled with a particular submission.
webform_submitImplementation of hook_submit().
webform_updateImplemenation of hook_update().
webform_validateImplementation 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_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_decode
_webform_components_encode
_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_confirmationPrints the confirmation message after a successful submission.
_webform_filtervaluesFilters all special tokens provided by webform, such as %post and %profile.
_webform_load_componentsLoad all necessary component.inc files into memory.
_webform_safe_name
_webform_save_submission
_webform_update_submission