You are here

protected function AdminHelp::membership_membership_type_id in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 286
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_membership_type_id() {
  return '<p>' . t('Fee will be calculated automatically based on selected membership type and number of terms chosen. A contribution page must be enabled to collect fees.') . '</p>';
}