You are here

protected function AdminHelp::contribution_installments in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 151
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_installments() {
  return '<p>' . t('Number of Installments. ') . t('Create a webform element that allows the Number of Installments to be specified: for example - total amount is paid in 10 installments. For a Contribution of unspecified duration/commitment use installments = 0.') . '</p>';
}