You are here

protected function AdminHelp::contribution_frequency_unit in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 144
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 contribution_frequency_unit() {
  return '<p>' . t('Frequency of Installments. ') . t('Set the frequency for the installments - options are: day, week, month, year - or make this a user-select element on the webform.') . '</p>';
}