You are here

function Utils::wf_crm_location_fields in Webform CiviCRM Integration 8.5

These are the contact location fields this module supports

Return value

array

Overrides UtilsInterface::wf_crm_location_fields

File

src/Utils.php, line 836
Webform CiviCRM module's common utility functions.

Class

Utils

Namespace

Drupal\webform_civicrm

Code

function wf_crm_location_fields() {
  return [
    'address',
    'email',
    'phone',
    'website',
    'im',
  ];
}