You are here

function ContactComponentInterface::wf_crm_contact_access in Webform CiviCRM Integration 8.5

Load contact name if user has permission. Else return FALSE.

Parameters

$component: Webform component of type 'civicrm_contact'

$filters: Contact get params

$cid: Contact id

Return value

bool|string

1 method overrides ContactComponentInterface::wf_crm_contact_access()
ContactComponent::wf_crm_contact_access in src/ContactComponent.php
Load contact name if user has permission. Else return FALSE.

File

src/ContactComponentInterface.php, line 46

Class

ContactComponentInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_contact_access($component, $filters, $cid);