You are here

protected function AdminHelp::contact_creation in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 441
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_creation() {
  return '<p>' . t('CiviCRM requires at minimum a name or email address to create a new contact.') . '</p><p>' . t("Webform contacts that do not have these fields can be used for selection of existing contacts but not creating new ones.") . '</p>';
}