You are here

protected function AdminHelp::fieldset_relationship in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 433
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 fieldset_relationship() {
  return '<p>' . t('Relationships are created from higher-number contacts to lower-number contacts.') . '</p><p>' . t("Example: to create a relationship between Contact 3 and Contact 4, go to Contact 4's tab and select Number of Relationships: 3. This will give you the option to create relationships between Contact 4 and Contacts 1, 2, and 3, respectively.") . '</p>';
}