You are here

46 calls to wf_crm_apivalues() in Webform CiviCRM Integration 7.5

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::filterCaseSets in includes/wf_crm_admin_form.inc
Adjust case role fields to match creator/manager settings for a given case type
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_find_relations in includes/contact_component.inc
Get a contact's relations of certain types
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_civi_setting in includes/utils.inc
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_events in includes/utils.inc
Get list of events.
wf_crm_get_fields in includes/utils.inc
Fetches CiviCRM field data.
wf_crm_get_matching_rules in includes/utils.inc
List dedupe rules available for a contact type
wf_crm_get_relationship_types in includes/utils.inc
Get relationship type data
wf_crm_get_states in includes/utils.inc
Get list of states, keyed by abbreviation rather than ID.
wf_crm_get_surveys in includes/utils.inc
Get list of surveys
wf_crm_get_tags in includes/utils.inc
Fetch tags within a given tagset
wf_crm_state_abbr in includes/utils.inc
Match a state/province id to its abbr. and vice-versa
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::getCustomData in includes/wf_crm_webform_base.inc
Get custom data for an entity
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_base::getRelationship in includes/wf_crm_webform_base.inc
Fetch relationship for a pair of contacts
wf_crm_webform_base::loadEvents in includes/wf_crm_webform_base.inc
Fetch info and remaining spaces for events
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::findDuplicateContact in includes/wf_crm_webform_postprocess.inc
Search for an existing contact using configured deupe rule
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::processParticipants in includes/wf_crm_webform_postprocess.inc
Process event participation for a contact
wf_crm_webform_postprocess::validateParticipants in includes/wf_crm_webform_postprocess.inc
Validate event participants and add line items
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().