You are here

function crm_core_contact_handler_field_contact::construct in CRM Core 7

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/crm_core_contact/includes/views/handlers/crm_core_contact_handler_field_contact_link.inc, line 7

Class

crm_core_contact_handler_field_contact
A link to a CRM Core Contact.

Code

function construct() {
  parent::construct();
  $this->additional_fields['contact_id'] = 'contact_id';
}