You are here

public function DefaultMatchingEngineFieldTypeInterface::fieldRender in CRM Core 7

Field Renderer.

Used for complex field types such as name. Renders them into component parts for use in applying logical operators and ordering functions.

Parameters

array $field: The field being rendered

array $field_info: Info of the field being rendered

array $form: Form to be modified.

1 method overrides DefaultMatchingEngineFieldTypeInterface::fieldRender()
DefaultMatchingEngineFieldType::fieldRender in modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc
Template used to render fields matching rules configuration form.

File

modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc, line 31

Class

DefaultMatchingEngineFieldTypeInterface
Interface for defining the logical operators and query criteria used to identify duplicate contacts based on different field types in DefaultMatchingEngine.

Code

public function fieldRender($field, $field_info, &$form);