You are here

protected function AdminHelp::address_street_address in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 97
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 address_street_address() {
  return '<p>' . t('Single field for whole address line: Street Name, Number and Number Suffix. Don\'t use together with the separate fields.') . '</p>';
}