You are here

Functions in Webform CiviCRM Integration 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_display_civicrm_contact ./contact_component.inc Theme function. Format the output of data for this component.
theme_static_contact_element ./contact_component.inc Theme the wrapper for a static contact element Includes normal webform theme wrappers plus a tokeninput-style name field
theme_webform_civicrm_components_form ./webform_civicrm_admin.inc Theme override for webform components form.
theme_webform_civicrm_options ./webform_civicrm_admin.inc Drupal theme callback Format civicrm options form as a table
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 cids when contacts are merged.
webform_civicrm_civicrm_post ./webform_civicrm.module Implements hook_civicrm_post(). Update submission data when civicrm data is deleted.
webform_civicrm_form_alter ./webform_civicrm.module Implements hook_form_alter().
webform_civicrm_help ./webform_civicrm.module Implements hook_help().
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(). Preserve webform_civicrm data when cloning or importing a node
webform_civicrm_node_load ./webform_civicrm.module Implements hook_node_load().
webform_civicrm_preprocess_webform_results_submissions ./webform_civicrm.module Implements hook_preprocess_HOOK(). Add CiviCRM names to webform submission results table.
webform_civicrm_requirements ./webform_civicrm.install Implements hook_requirements().
webform_civicrm_schema ./webform_civicrm.install Implements hook_schema().
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_update_6200 ./webform_civicrm.install Upgrade from 1.x to 2.x Add columns to webform_civicrm_forms table, and convert existing forms to new multi-entity schema.
webform_civicrm_update_6201 ./webform_civicrm.install Add column for new_contact_source to webform_civicrm_forms table.
webform_civicrm_update_6202 ./webform_civicrm.install Add column for contact_matching to webform_civicrm_forms table.
webform_civicrm_update_6203 ./webform_civicrm.install Support new state/prov chain-select feature.
webform_civicrm_update_6204 ./webform_civicrm.install Group participant options into a single array.
webform_civicrm_update_6205 ./webform_civicrm.install Upgrade for CiviCRM 4.1 compatibility.
webform_civicrm_update_7300 ./webform_civicrm.install Note: There are differences in how contact references and relationships work in the 3.x branch. Read the upgrade instructions at http://drupal.org/node/1615380
webform_civicrm_update_7301 ./webform_civicrm.install Update case features.
webform_civicrm_update_7302 ./webform_civicrm.install This update will modify all "Existing Contact" fields to enable the "Enforce Permissions" setting. Earlier versions of this module did not make it sufficiently clear that this setting should almost always be enabled, and contained…
webform_civicrm_webform_component_info ./webform_civicrm.module Implements hook_webform_component_info().
webform_civicrm_webform_component_presave ./webform_civicrm.module Implements hook_webform_component_presave(). Alter form keys when cloning a contact.
webform_civicrm_webform_submission_actions ./webform_civicrm.module Implements hook_webform_submission_actions(). Add links to view contact & activity.
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(). Final submission processing - saves activity and writes webform_civicrm record.
webform_civicrm_webform_submission_load ./webform_civicrm.module Implements hook_webform_submission_load(). Add CiviCRM contact info to submission objects. 1
webform_civicrm_webform_submission_presave ./webform_civicrm.module Implements hook_webform_submission_presave(). Initial submission processing - saves contacts.
webform_civicrm_webform_submission_render_alter ./webform_civicrm.module Implements hook_webform_submission_render_alter(). Add display name to title while viewing a submission.
webform_civicrm_webform_submission_update ./webform_civicrm.module Implements hook_webform_submission_update(). Submission update processing - updates civicrm data and webform_civicrm record.
wf_civicrm_api ./webform_civicrm_utils.inc Wrapper for all CiviCRM API calls For consistency, future-proofing, and error handling 12
wf_crm_activity_find ./webform_civicrm_utils.inc Fetch an existing activity for a contact based on activity & case criteria Maybe someday this will be possible through the CiviCRM API 2
wf_crm_add_remove ./webform_civicrm_forms.inc Handle adding/removing multivalued data for a contact/activity/etc. Currently used only for groups and tags, but written with expansion in mind. 1
wf_crm_admin_access ./webform_civicrm.module Access callback to determine if user can see the CiviCRM tab of a webform. 2 1
wf_crm_ajax ./contact_component.inc Drupal page callback to serve AJAX requests. 1
wf_crm_ajax_item ./webform_civicrm_admin.inc Add an ajax container to a form, and set an existing form element to control it 1
wf_crm_array2str ./webform_civicrm_utils.inc Convert an array into a | separated string 4
wf_crm_autocomplete_access ./contact_component.inc Access callback. Check if user has permission to view autocomplete results. 1
wf_crm_aval ./webform_civicrm.module Return a value from nested arrays or objects. 39
wf_crm_case_find ./webform_civicrm_utils.inc Fetch an existing case for client(s) Based on url param or status_id and case_type_id 2
wf_crm_change_widget ./webform_civicrm_admin.inc Drupal FAPI form submit callback Alter a webform component type. 1
wf_crm_component_insert ./webform_civicrm_admin.inc Add a CiviCRM field to a webform 2

Pages

Other projects