7 calls to wf_crm_user_cid() in Webform CiviCRM Integration 7.5
- wf_crm_contact_access in includes/contact_component.inc 
- Load contact name if user has permission. Else return FALSE.
- wf_crm_webform_base::findContact in includes/wf_crm_webform_base.inc 
- Find an existing contact based on matching criteria Used to populate a webform existing contact field
- wf_crm_webform_base::loadContact in includes/wf_crm_webform_base.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_webform_postprocess::fillHiddenContactFields in includes/wf_crm_webform_postprocess.inc 
- Fill values for hidden ID & CS fields
- wf_crm_webform_postprocess::processActivities in includes/wf_crm_webform_postprocess.inc 
- Save activity data
- wf_crm_webform_postprocess::processCases in includes/wf_crm_webform_postprocess.inc 
- Save case data
- wf_crm_webform_postprocess::saveContactLocation in includes/wf_crm_webform_postprocess.inc 
- Save location data for a contact
