You are here

protected function AdminHelp::participant_reg_type in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 188
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 participant_reg_type() {
  return '<p>' . t('Registering as a group will set Contact 1 as the primary registrant. Registering participants separately gives finer control over which contacts register for what events.') . '</p><p>' . t('With only one contact on the form, there is no difference between these two options.') . '</p>';
}