You are here

protected function AdminHelp::contribution_payment_processor_id in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 129
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_payment_processor_id() {
  return '<p>' . t('Supported payment processors enabled on the contribution page are available here. "Pay Later" option allows the user to purchase events/memberships without entering a credit card.') . '</p><p>' . t("Note that only on-site credit card processors are currently supported on Webforms. Services that redirect to an external website, such as Paypal Standard, are not supported. Note: Recurring payments may or may not be supported by your Payment Processor.") . '</p>';
}