You are here

function _webform_csv_data_civicrm_contact in Webform CiviCRM Integration 7.4

Same name and namespace in other branches
  1. 7.5 includes/contact_component.inc \_webform_csv_data_civicrm_contact()
  2. 7.3 contact_component.inc \_webform_csv_data_civicrm_contact()

Implements _webform_csv_data_component().

File

includes/contact_component.inc, line 645

Code

function _webform_csv_data_civicrm_contact($component, $export_options, $value) {
  return empty($value[0]) ? '' : wf_crm_display_name($value[0]);
}