You are here

protected function AdminHelp::participant_fee_amount in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 165
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_fee_amount() {
  return '<p>' . t('Price for this event. If multiple events or participants are registered with this field, the amount will be multiplied per-person, per-event.') . '</p><p>' . t('Note that any event prices you have configured in CiviCRM are not imported into the Webform - you will need to reconfigure them here.') . '</p>';
  $this
    ->fee();
}