You are here

protected function AdminHelp::file_on_case in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 407
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 file_on_case() {
  return '<p>' . t('Add this activity to either a specific case from this webform, or an already existing case based on matching criteria.') . '</p><p>' . t('These options will not open a new case; configure the "Cases" section to do so.') . '</p>';
}