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