You are here

protected function AdminHelp::existing_activity_status in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 373
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_activity_status() {
  return '<p>' . t('If a matching activity of the chosen type already exists for Contact 1, it will be autofilled and updated.') . '</p><p>' . t('Note: an activity can also be autofilled by passing "activity1", etc. in the url.') . '</p>';
}