You are here

protected function AdminHelp::contact_component_hide_fields in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 458
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_component_hide_fields() {
  return '<p>' . t('When an existing contact is selected or prepopulated, which fields should the user not be allowed to edit?') . '</p><p>' . t("This is useful for preventing changes to existing data.") . '</p>';
}