You are here

protected function AdminHelp::contact_contact_id in Webform CiviCRM Integration 8.5

2 calls to AdminHelp::contact_contact_id()
AdminHelp::contact_cs in src/AdminHelp.php
AdminHelp::contact_external_identifier in src/AdminHelp.php

File

src/AdminHelp.php, line 57
Admin form inline-help.

Class

AdminHelp
Class AdminHelp Adding a function to this class with the same name as a field will magically add pop-up help for that field to the admin form.

Namespace

Drupal\webform_civicrm

Code

protected function contact_contact_id() {
  return '<p>' . t('This read-only field can be used to as a token to generate links, for example to include an email link back to this form to update their info.') . '</p>';
}