You are here

protected function AdminHelp::multiselect_options in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 325
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 multiselect_options() {
  return '<p>' . t('Click the + button to select more than one option.') . '</p><p>' . t('You may set options here and/or add this element to the webform ("User Select"). Options chosen here will be applied automatically and will not appear on the form.') . '</p>';
}