You are here

function crm_core_contact_handler_field_contact::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_link.inc, line 31

Class

crm_core_contact_handler_field_contact
A link to a CRM Core Contact.

Code

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