You are here

31 calls to wf_crm_apivalues() in Webform CiviCRM Integration 7.4

webform_civicrm_webform_autocomplete_options_alter in ./webform_civicrm.module
Implements hook_webform_autocomplete_options()
webform_civicrm_webform_submission_load in ./webform_civicrm.module
Implements hook_webform_submission_load(). Add CiviCRM contact info to submission objects.
wf_crm_admin_form::buildActivityTab in includes/wf_crm_admin_form.inc
Activity settings
wf_crm_admin_form::buildCaseTab in includes/wf_crm_admin_form.inc
Case settings FIXME: This is exactly the same code as buildGrantTab. More utilities and less boilerplate needed.
wf_crm_admin_form::buildGrantTab in includes/wf_crm_admin_form.inc
Grant settings FIXME: This is nearly the same code as buildCaseTab. More utilities and less boilerplate needed.
wf_crm_admin_form::buildOptionsTab in includes/wf_crm_admin_form.inc
Configure additional options
wf_crm_admin_form::buildParticipantTab in includes/wf_crm_admin_form.inc
Event participant settings
wf_crm_admin_form::rebuildData in includes/wf_crm_admin_form.inc
Build $this->data array for webform settings; called while rebuilding or post-processing the admin form.
wf_crm_field_options in includes/utils.inc
Get options for a specific field
wf_crm_format_event in includes/utils.inc
wf_crm_get_campaign_activity_types in includes/utils.inc
Get activity types related to CiviCampaign
wf_crm_get_contact_types in includes/utils.inc
Get contact types and sub-types Unlike pretty much every other option list CiviCRM wants "name" instead of "id"
wf_crm_get_relationship_types in includes/utils.inc
Get relationship type data
wf_crm_get_surveys in includes/utils.inc
Get list of surveys
wf_crm_user_cid in includes/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_webform_ajax::county in includes/wf_crm_webform_ajax.inc
Populate a county list based on chosen state
wf_crm_webform_base::findCaseForContact in includes/wf_crm_webform_base.inc
Find a case matching criteria
wf_crm_webform_base::findMemberships in includes/wf_crm_webform_base.inc
Get memberships for a contact
wf_crm_webform_base::getFileInfo in includes/wf_crm_webform_base.inc
Retrieve info needed for pre-filling a webform file field
wf_crm_webform_base::getMembershipTypeField in includes/wf_crm_webform_base.inc
wf_crm_webform_postprocess::addOrRemoveMultivaluedData in includes/wf_crm_webform_postprocess.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_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::processGrants in includes/wf_crm_webform_postprocess.inc
Save grants
wf_crm_webform_postprocess::processMemberships in includes/wf_crm_webform_postprocess.inc
Process memberships for a contact Called during webform submission
wf_crm_webform_postprocess::validateThisPage in includes/wf_crm_webform_postprocess.inc
Recursive validation callback for webform page submission
wf_crm_webform_preprocess::findExistingActivities in includes/wf_crm_webform_preprocess.inc
Find activity ids based on url input or "existing activity" settings
wf_crm_webform_preprocess::findExistingGrants in includes/wf_crm_webform_preprocess.inc
Find grant ids based on url input or "existing grant" settings
wf_crm_webform_preprocess::loadParticipants in includes/wf_crm_webform_preprocess.inc
Load participant data for a contact
wf_crm_webform_preprocess::populateExistingEntity in includes/wf_crm_webform_preprocess.inc
Populate existing entity data
_webform_edit_civicrm_contact in includes/contact_component.inc
Implements _webform_edit_component().