You are here

function crm_core_contact_handler_field_contact_revert::query in CRM Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/crm_core_contact/includes/views/handlers/crm_core_contact_handler_field_contact_revert.inc, line 34

Class

crm_core_contact_handler_field_contact_revert
Field handler to provide simple renderer that allows linking to a contact.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}