You are here

private function wf_crm_admin_form::help in Webform CiviCRM Integration 7.4

Same name and namespace in other branches
  1. 7.5 includes/wf_crm_admin_form.inc \wf_crm_admin_form::help()
8 calls to wf_crm_admin_form::help()
wf_crm_admin_form::addDynamicCustomSetting in includes/wf_crm_admin_form.inc
wf_crm_admin_form::addItem in includes/wf_crm_admin_form.inc
Build a field item for the admin form
wf_crm_admin_form::buildActivityTab in includes/wf_crm_admin_form.inc
Activity settings
wf_crm_admin_form::buildCaseTab in includes/wf_crm_admin_form.inc
Case settings FIXME: This is exactly the same code as buildGrantTab. More utilities and less boilerplate needed.
wf_crm_admin_form::buildContactTab in includes/wf_crm_admin_form.inc
Build fields for a contact

... See full list

File

includes/wf_crm_admin_form.inc, line 1800
Webform CiviCRM module's admin form.

Class

wf_crm_admin_form
@file Webform CiviCRM module's admin form.

Code

private function help(&$field, $topic, $title = NULL) {
  wf_crm_admin_help::addHelp($field, $topic, $title);
}