You are here

function crm_core_activity_handler_field_link::query in CRM Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/crm_core_activity/views/handlers/crm_core_activity_handler_field_links.inc, line 33
Provides views handlers for View, Edit, Delete links.

Class

crm_core_activity_handler_field_link
@file Provides views handlers for View, Edit, Delete links.

Code

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