You are here

protected function AdminHelp::activity_source_contact_id in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 348
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 activity_source_contact_id() {
  return '<p>' . t('Choose "automatic" to have this activity attributed to the current user (or contact 1 if the user is anonymous).') . '</p>';
  $this
    ->contact_reference();
}