You are here

12 calls to wf_civicrm_api() in Webform CiviCRM Integration 7.3

webform_civicrm_update_6205 in ./webform_civicrm.install
Upgrade for CiviCRM 4.1 compatibility.
webform_civicrm_update_7300 in ./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
wf_crm_add_remove in ./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.
wf_crm_case_find in ./webform_civicrm_utils.inc
Fetch an existing case for client(s) Based on url param or status_id and case_type_id
wf_crm_contact_access in ./contact_component.inc
Load contact name if user has permission. Else return FALSE.
wf_crm_contact_get in ./webform_civicrm_forms.inc
Fetch all relevant data for a given contact Used to load contacts for pre-filling a webform, and also to fill in a contact via ajax
wf_crm_contact_search in ./contact_component.inc
Returns a list of contacts based on component settings.
wf_crm_display_name in ./webform_civicrm_utils.inc
Fetch contact display name
wf_crm_process_relationship in ./webform_civicrm_forms.inc
Dispatch function to add/update relationship for a pair of contacts Called during webform submission
wf_crm_process_submission in ./webform_civicrm_forms.inc
Webform submission handler Create/update CiviCRM contacts and related data Called by presave, insert and update webform hooks
wf_crm_user_cid in ./webform_civicrm_utils.inc
Lookup a uf ID from contact ID or vice-versa With no arguments passed in, this function will return the contact_id of the current logged-in user
_wf_crm_frontend_form_alter in ./webform_civicrm_forms.inc
Alter front-end of webforms: Called by hook_form_alter() when rendering a civicrm-enabled webform Add custom prefix. Display messages. Block users who should not have access. Set webform default values.