class CRM_Contact_Form_Edit_CustomData

Form helper class for an Demographics object.

Methods

static 
preProcess(CRM_Core_Form $form)

Build all the data structures needed to build the form.

static 
buildQuickForm(CRM_Core_Form $form)

Build the form object elements for CustomData object.

static 
setDefaultValues(CRM_Core_Form $form, array $defaults)

Set default values for the form. Note that in edit/view mode the default values are retrieved from the database

Details

at line 44
static preProcess(CRM_Core_Form $form)

Build all the data structures needed to build the form.

Parameters

CRM_Core_Form $form

at line 70
static buildQuickForm(CRM_Core_Form $form)

Build the form object elements for CustomData object.

Parameters

CRM_Core_Form $form Reference to the form object.

at line 104
static setDefaultValues(CRM_Core_Form $form, array $defaults)

Set default values for the form. Note that in edit/view mode the default values are retrieved from the database

Parameters

CRM_Core_Form $form
array $defaults