You are here

Functions in Webform Multiple (WFM) 7

Primary tabs

Namesort descending Location Description Direct uses Strings
wfm_add_more_submit ./wfm.module Submit callback for the 'Add another item' button. 1
wfm_form_webform_client_form_alter ./wfm.module Implements hook_form_FORM_ID_alter().
wfm_form_webform_component_edit_form_alter ./wfm.module Implements hook_form_FORM_ID_alter().
wfm_js ./wfm.module AJAX callback for the 'Add another item' or 'Remove' buttons. 1
wfm_remove_submit ./wfm.module Submit callback for the 'Remove item' button. 1
wfm_validate ./wfm.module Validation callback for the webform, running before Webform callbacks. 1
wfm_webform_component_presave ./wfm.module Implements hook_webform_component_presave().
wfm_webform_submission_create_alter ./wfm.module Implements hook_webform_submission_create_alter().
wfm_webform_submission_load ./wfm.module Implements hook_webform_submission_load().
wfm_webform_submission_render_alter ./wfm.module Implements hook_webform_submission_render_alter().
_wfm_array_unset_nested_value ./wfm.module Unset a nested value in an array. 1
_wfm_compatible_components ./wfm.module Get a list of the components compatible with this module. 1
_wfm_component_generate ./wfm.module Helper function to produce a render array for a repeatable Webform component. 1
_wfm_filter_recursive ./wfm.module Filter an array to remove any values that are empty. 1
_wfm_get_add_text ./wfm.module Get the sanitized 'add more' text of a component. 2
_wfm_get_max_items ./wfm.module Get the max_items of a component. 4
_wfm_get_min_items ./wfm.module Get the minimum number of items of a component. 2
_wfm_get_parent_keys ./wfm.module Get the parent form keys of a component.
_wfm_is_multiple ./wfm.module Check whether a component takes multiple values. 2
_wfm_is_multiple_recursive ./wfm.module Check whether a component, or any of its ancestors, takes multiple values. 1
_wfm_process_elements ./wfm.module Process an element in the Webform to allow multiple values. 2
_wfm_process_submission ./wfm.module Process a submission to expand data from multiple-value components. 2
_wfm_submission_data_expand ./wfm.module Expand submission data into a multi-dimensional array. 1
_wfm_submission_data_expand_parents ./wfm.module Add information to wfm_data containing the delta count of parent components. 1
_wfm_values_prepare ./wfm.module Sanitize the $form_state so that it can be processed by Webform. 1

Other projects