You are here

protected function AdminHelp::contact_image_URL in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 51
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 contact_image_URL() {
  return '<p>' . t('Allows an image to be associated with a contact. This image will appear in CiviCRM, but the file is stored in Drupal. If the webform submission or entire webform were to be deleted, the image would be lost.') . '</p>';
}