You are here

protected function AdminHelp::membership_num_terms in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 298
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 membership_num_terms() {
  return '<p>' . t('Membership dates will be filled automatically by selecting terms. This can be overridden by entering dates manually.') . '</p><p>' . t('Note: Number of terms is required to calculate membership fees for paid memberships.') . '</p><p>' . t('If you choose to enter dates manually, enabling membership fee field will provide the price. Otherwise the membership will be free') . '</p>';
}