You are here

function crm_core_contact_handler_field_contact_revision::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_revision_link.inc, line 7

Class

crm_core_contact_handler_field_contact_revision
A link to a CRM Core Contact.

Code

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