You are here

Functions in Webform CiviCRM Integration 7.5

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_civicrm_webform_submission_render_alter ./webform_civicrm.module Implements hook_webform_submission_render_alter().
webform_civicrm_webform_submission_update ./webform_civicrm.module Implements hook_webform_submission_update(). Uses cached instance of wf_crm_webform_postprocess that was created during validation.
wf_civicrm_api includes/utils.inc Wrapper for all CiviCRM API calls For consistency, future-proofing, and error handling 49
wf_crm_address_fields includes/utils.inc These are the address fields this module supports 1
wf_crm_admin_access ./webform_civicrm.module Access callback to determine if user can see the CiviCRM tab of a webform. 3 1
wf_crm_admin_help includes/wf_crm_admin_help.inc Ajax page callback 3
wf_crm_ajax includes/wf_crm_webform_ajax.inc Drupal page callback to serve AJAX requests. 1
wf_crm_apivalues includes/utils.inc Get the values from an api call 46
wf_crm_array2str includes/utils.inc Convert an array into a | separated string 5
wf_crm_aval ./webform_civicrm.module Return a value from nested arrays or objects. 102
wf_crm_change_widget includes/wf_crm_admin_component.inc Drupal FAPI submit callback Alter a webform component type. 1
wf_crm_components_form_validate includes/wf_crm_admin_component.inc Drupal FAPI validation callback for all-components form 1
wf_crm_configure_form includes/wf_crm_admin_form.inc Drupal FAPI form builder callback 1
wf_crm_configure_form_ajax includes/wf_crm_admin_form.inc FAPI AJAX callback 1
wf_crm_configure_form_submit includes/wf_crm_admin_form.inc Drupal FAPI submit callback
wf_crm_contact_access includes/contact_component.inc Load contact name if user has permission. Else return FALSE. 5
wf_crm_contact_clone ./webform_civicrm.module Clone a contact via webform. This submit handler is called when cloning a contact's fieldset 1
wf_crm_contact_clone_storage ./webform_civicrm.module Store info while a clone operation is running. 2
wf_crm_contact_component_form_help includes/contact_component.inc Adds help to the form 1
wf_crm_contact_component_required includes/contact_component.inc Validation callback 1
wf_crm_contact_fields includes/contact_component.inc Find exposed field groups for a contact 2
wf_crm_contact_label includes/utils.inc 14
wf_crm_contact_search includes/contact_component.inc Returns a list of contacts based on component settings. 3
wf_crm_cs_validate includes/wf_crm_admin_component.inc Drupal FAPI validate callback Validate checksum lifespan 1
wf_crm_custom_types_map_array includes/utils.inc Pull custom fields to match with Webform element types 2
wf_crm_display_name includes/utils.inc Fetch contact display name 5
wf_crm_enabled_fields includes/utils.inc Get ids or values of enabled CiviCRM fields for a webform. 14
wf_crm_explode_key includes/utils.inc Explodes form key into an array and verifies that it is in the right format 14
wf_crm_explode_multivalue_str includes/utils.inc 5
wf_crm_field_options includes/utils.inc Get options for a specific field 12
wf_crm_fill_contact_value includes/contact_component.inc Lookup contact name from ID, verify permissions, and attach as html data. 2
wf_crm_find_case_roles includes/contact_component.inc Returns ids of all contacts who are related to given contact for given case 1
wf_crm_find_custom_refs includes/contact_component.inc Returns ids of all contacts who have reference to given contact via given custom field id 1
wf_crm_find_relations includes/contact_component.inc Get a contact's relations of certain types 2
wf_crm_format_contact includes/contact_component.inc Display a contact based on chosen fields 2
wf_crm_format_event includes/utils.inc 2
wf_crm_get_campaign_activity_types includes/utils.inc Get activity types related to CiviCampaign 1
wf_crm_get_case_roles_options includes/contact_component.inc Returns a list of all case roles 1
wf_crm_get_civi_setting includes/utils.inc 13
wf_crm_get_contact_relationship_types includes/utils.inc Get valid relationship types for a given pair of contacts 2
wf_crm_get_contact_types includes/utils.inc Get contact types and sub-types Unlike pretty much every other option list CiviCRM wants "name" instead of "id" 7
wf_crm_get_custom_ref_options includes/contact_component.inc Returns a list of all custom CiviCRM fields of type "ContactReference" 1
wf_crm_get_defaults includes/contact_component.inc Returns a default value for a component. 1
wf_crm_get_empty_sets includes/utils.inc Returns empty custom civicrm field sets 1
wf_crm_get_events includes/utils.inc Get list of events. 1
wf_crm_get_field includes/utils.inc Get a field based on its short or full name 5
wf_crm_get_fields includes/utils.inc Fetches CiviCRM field data. 20
wf_crm_get_matching_rules includes/utils.inc List dedupe rules available for a contact type 1
wf_crm_get_privacy_options includes/utils.inc In reality there is no contact field 'privacy' so this is not a real option list. These are actually 5 separate contact fields that this module munges into 1 for better usability. 2
wf_crm_get_relationship_types includes/utils.inc Get relationship type data 5

Pages

Other projects