You are here

Functions in Webform CiviCRM Integration 7

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_civicrm_admin_paths ./webform_civicrm.module Implements hook_admin_paths().
webform_civicrm_civicrm_merge ./webform_civicrm.module Implements hook_civicrm_merge(). Update submission data to reflect new cid when contacts are merged.
webform_civicrm_configure_form ./webform_civicrm_forms.inc Form to configure CiviCRM options for a Webform 1
webform_civicrm_configure_form_submit ./webform_civicrm_forms.inc Submission handler, saves CiviCRM options for a Webform node
webform_civicrm_contact_match ./webform_civicrm_utils.inc Create or update CiviCRM contact Called by both presave and insert webform hooks in order to handle the optional contact_id field correctly 2
webform_civicrm_enabled_fields ./webform_civicrm_utils.inc Get ids of enabled CiviCRM fields for a webform @Param $node - node object 4
webform_civicrm_fill_values ./webform_civicrm_forms.inc Recursively walk through form array and set default values for fields based on CiviCRM contact data Called by _webform_civicrm_webform_frontend_form_alter() when webform is being viewed by a known contact @Param $elements: FAPI array @Param $contact:… 1
webform_civicrm_form_alter ./webform_civicrm.module Implements hook_form_alter().
webform_civicrm_get_fields ./webform_civicrm_utils.inc Fetches CiviCRM field data @Param $var: name of variable to return: fields, tokens or lists @Return fields: The CiviCRM contact fields this module supports @Return tokens: Available tokens keyed to field ids @Return lists: Option lists keyed to… 8
webform_civicrm_get_options ./webform_civicrm_utils.inc Get options from civicrm_option_value OR civicrm_group OR civicrm_country OR civicrm_state_province tables @Param $option_group: option group name or id @Param $var: Can return values as a Webform-style string, or a FAPI style array. Specify… 6
webform_civicrm_help ./webform_civicrm.module Implements hook_help().
webform_civicrm_js_options ./webform_civicrm_utils.inc Return CiviCRM options via AJAX request 1
webform_civicrm_menu ./webform_civicrm.module Implements hook_menu().
webform_civicrm_node_delete ./webform_civicrm.module Implements hook_node_delete().
webform_civicrm_node_insert ./webform_civicrm.module Implements hook_node_insert().
webform_civicrm_node_load ./webform_civicrm.module Implements hook_node_load().
webform_civicrm_process_group_selection ./webform_civicrm_forms.inc Custom Processing for CiviCRM groups form 1
webform_civicrm_process_submission ./webform_civicrm_forms.inc Called from hook_webform_submission_insert() Process CiviCRM contact. Create activity record. 1
webform_civicrm_replace_tokens ./webform_civicrm_utils.inc Token replacement for form messages 2
webform_civicrm_schema ./webform_civicrm.install Implements hook_schema().
webform_civicrm_set_message ./webform_civicrm_utils.inc Displays the admin-defined message with "not you?" link to known contacts 1
webform_civicrm_theme ./webform_civicrm.module Implements hook_theme().
webform_civicrm_update_6100 ./webform_civicrm.install Add column for message to webform_civicrm_forms table.
webform_civicrm_update_6101 ./webform_civicrm.install Add missing activity targets.
webform_civicrm_update_6102 ./webform_civicrm.install Add column for confirm_subscription to webform_civicrm_forms table.
webform_civicrm_webform_submission_delete ./webform_civicrm.module Implements hook_webform_submission_delete().
webform_civicrm_webform_submission_insert ./webform_civicrm.module Implements hook_webform_submission_insert().
webform_civicrm_webform_submission_load ./webform_civicrm.module Implements hook_webform_submission_load(). Add CiviCRM contact info to submission objects.
webform_civicrm_webform_submission_presave ./webform_civicrm.module Implements hook_webform_submission_presave().
_webform_civicrm_webform_component_form_alter ./webform_civicrm_forms.inc Alter back-end webform component edit forms. Called by hook_form_alter() whenever editing a webform component. 1
_webform_civicrm_webform_frontend_form_alter ./webform_civicrm_forms.inc Alter front-end of webforms: Called by hook_form_alter() when rendering a civicrm-enabled webform Add custom prefix. Display message. Block unknown users. Set webform default values. 1

Other projects