You are here

protected function AdminHelp::reg_options_show_past_events in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 252
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 reg_options_show_past_events() {
  return '<p>' . t('To also display events that have ended, choose an option for how far in the past to search.') . '</p>';
}