You are here

Functions in Webform CiviCRM Integration 7.5

Primary tabs

Namesort descending Location Description Direct uses Strings
wf_crm_get_states includes/utils.inc Get list of states, keyed by abbreviation rather than ID. 4
wf_crm_get_surveys includes/utils.inc Get list of surveys 1
wf_crm_get_tags includes/utils.inc Fetch tags within a given tagset 2
wf_crm_is_positive includes/utils.inc Check if value is a positive integer 5
wf_crm_location_fields includes/utils.inc These are the contact location fields this module supports 3
wf_crm_money_validate includes/wf_crm_admin_component.inc Drupal FAPI validate callback Validate money options & default value 1
wf_crm_name_field_exists includes/utils.inc Check if a (non-disabled) name or email field exists for this contact. This determines whether a new contact can be created on the webform. 3
wf_crm_process_options_selection includes/wf_crm_admin_component.inc Drupal FAPI submit callback for single-component form 1
wf_crm_required_contact_fields includes/utils.inc At least one of these fields is required to create a contact 2
wf_crm_results_display_options includes/contact_component.inc Returns a list of fields that can be shown in an "Existing Contact" field display In the future we could use api.getfields for this, but that also returns a lot of stuff we don't want 1
wf_crm_search_filters includes/contact_component.inc Format filters for the contact get api 4
wf_crm_state_abbr includes/utils.inc Match a state/province id to its abbr. and vice-versa 5
wf_crm_str2array includes/utils.inc Convert a | separated string into an array 6
wf_crm_tokeninput_path includes/contact_component.inc Get the path to the jquery.tokeninput plugin 2
wf_crm_update_existing_component includes/contact_component.inc Update existing component if other fields have been added or removed 2
wf_crm_user_cid 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 7
wf_crm_validate ./webform_civicrm.module Validation callback for webform submissions. 1
_webform_civicrm_getCaseContactID ./webform_civicrm.module Gets specified case contact ID or the default contact ID if the case contact ID is not found 1
_webform_civicrm_isWebformSubmission ./webform_civicrm.module Determines if there is a webform get submitted 1
_webform_civicrm_replaceActivityIdTokens ./webform_civicrm.module Replaces activity-id tokens with civicrm activity IDs 1
_webform_civicrm_replaceActivityLinkTokens ./webform_civicrm.module Replaces activity-link tokens with civicrm activity page links 1
_webform_civicrm_replaceCaseIdTokens ./webform_civicrm.module Replaces case-id tokens with civicrm case IDs 1
_webform_civicrm_replaceCaseLinkTokens ./webform_civicrm.module Replaces case-link tokens with civicrm case page links 1
_webform_civicrm_replaceContactIdTokens ./webform_civicrm.module Replaces contact-id tokens with civicrm contact IDs 1
_webform_civicrm_replaceContactLinkTokens ./webform_civicrm.module Replaces contact-link tokens with civicrm contact page links 1
_webform_civicrm_status ./webform_civicrm.module Checks dependencies. 1
_webform_csv_data_civicrm_contact includes/contact_component.inc Implements _webform_csv_data_component().
_webform_csv_headers_civicrm_contact includes/contact_component.inc Implements _webform_csv_headers_component().
_webform_defaults_civicrm_contact includes/contact_component.inc Implements _webform_defaults_component(). 1
_webform_display_civicrm_contact includes/contact_component.inc Implements _webform_display_component().
_webform_edit_civicrm_contact includes/contact_component.inc Implements _webform_edit_component().
_webform_render_civicrm_contact includes/contact_component.inc Implements _webform_render_component().
_webform_table_civicrm_contact includes/contact_component.inc Implements _webform_table_component().
_wf_crm_child_components includes/utils.inc Returns a count of children of a webform component 1

Pages

Other projects