protected function AdminHelp::existing_grant_status in Webform CiviCRM Integration 8.5
File
- src/AdminHelp.php, line 399
- 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 existing_grant_status() {
return '<p>' . t('If a matching grant of the chosen type already exists for the applicant, it will be autofilled and updated.') . '</p><p>' . t('Note: a grant can also be autofilled by passing "grant1", etc. in the url.') . '</p>';
}