You are here

47 calls to wf_civicrm_api() in Webform CiviCRM Integration 7.4

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
webform_civicrm_webform_autocomplete_options_alter in ./webform_civicrm.module
Implements hook_webform_autocomplete_options()
wf_crm_admin_form::buildContributionTab in includes/wf_crm_admin_form.inc
Contribution 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::get_default_contribution_payment_processor_id in includes/wf_crm_admin_form.inc
Default value callback
wf_crm_admin_form::handleDynamicCustomField in includes/wf_crm_admin_form.inc
When a custom field is saved/deleted in CiviCRM, sync webforms with dynamic fieldsets.
wf_crm_admin_help::custom in includes/wf_crm_admin_help.inc
Get help for a custom field
wf_crm_apivalues in includes/utils.inc
Get the values from an api call
wf_crm_contact_access in includes/contact_component.inc
Load contact name if user has permission. Else return FALSE.
wf_crm_contact_search in includes/contact_component.inc
Returns a list of contacts based on component settings.
wf_crm_display_name in includes/utils.inc
Fetch contact display name
wf_crm_find_case_roles in includes/contact_component.inc
Returns ids of all contacts who are related to given contact for given case
wf_crm_find_custom_refs in includes/contact_component.inc
Returns ids of all contacts who have reference to given contact via given custom field id
wf_crm_find_relations in includes/contact_component.inc
Get a contact's relations of certain types
wf_crm_get_case_roles_options in includes/contact_component.inc
Returns a list of all case roles
wf_crm_get_custom_ref_options in includes/contact_component.inc
Returns a list of all custom CiviCRM fields of type "ContactReference"
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_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_base::saveDrupalFileToCivi in includes/wf_crm_webform_base.inc
Copies a drupal file into the Civi file system
wf_crm_webform_base::__get in includes/wf_crm_webform_base.inc
Magic method to retrieve otherwise inaccessible properties
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::contributionParams in includes/wf_crm_webform_postprocess.inc
Format contribution params for transact/pay-later
wf_crm_webform_postprocess::contributionRecur in includes/wf_crm_webform_postprocess.inc
Generate recurring contribution and transact the first one
wf_crm_webform_postprocess::createBillingContact in includes/wf_crm_webform_postprocess.inc
Create contact 1 if not already existing (required by contribution.transact)
wf_crm_webform_postprocess::createContact in includes/wf_crm_webform_postprocess.inc
Create a new contact
wf_crm_webform_postprocess::createDeferredPayment in includes/wf_crm_webform_postprocess.inc
Create Pending (Pay Later) Contribution
wf_crm_webform_postprocess::fillHiddenContactFields in includes/wf_crm_webform_postprocess.inc
Fill values for hidden ID & CS fields
wf_crm_webform_postprocess::findDuplicateContact in includes/wf_crm_webform_postprocess.inc
Search for an existing contact using default strict 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::processContribution in includes/wf_crm_webform_postprocess.inc
Post-processing of contribution This happens during form post-processing
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::processRelationship in includes/wf_crm_webform_postprocess.inc
Add/update relationship for a pair of contacts
wf_crm_webform_postprocess::processSharedAddresses in includes/wf_crm_webform_postprocess.inc
Process shared addresses
wf_crm_webform_postprocess::saveContactLocation in includes/wf_crm_webform_postprocess.inc
Save location data for a contact
wf_crm_webform_postprocess::saveCurrentEmployer in includes/wf_crm_webform_postprocess.inc
Save current employer for a contact
wf_crm_webform_postprocess::sendReceipt in includes/wf_crm_webform_postprocess.inc
Send receipt
wf_crm_webform_postprocess::submitIPNPayment in includes/wf_crm_webform_postprocess.inc
Call IPN payment processor to redirect to payment site
wf_crm_webform_postprocess::submitLivePayment in includes/wf_crm_webform_postprocess.inc
Execute payment processor transaction This happens during form validation and sets a form error if unsuccessful
wf_crm_webform_postprocess::updateContact in includes/wf_crm_webform_postprocess.inc
Update a contact
wf_crm_webform_preprocess::findCaseClientForDefaultContact in includes/wf_crm_webform_preprocess.inc
Function to load default contact (cid1) if default loading is set to case_roles
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::findExistingCases in includes/wf_crm_webform_preprocess.inc
Find case ids based on url input or "existing case" settings
wf_crm_webform_preprocess::findExistingGrants in includes/wf_crm_webform_preprocess.inc
Find grant ids based on url input or "existing grant" settings