You are here

function UtilsInterface::wf_crm_display_name in Webform CiviCRM Integration 8.5

Fetch contact display name

Parameters

$cid: Contact id

Return value

string

1 method overrides UtilsInterface::wf_crm_display_name()
Utils::wf_crm_display_name in src/Utils.php
Fetch contact display name

File

src/UtilsInterface.php, line 198

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_display_name($cid);