You are here

function casetracker_project_handler_link_field::query in Case Tracker 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

views/casetracker_project_handlers.inc, line 35
Contains a Views field handler to take care of displaying links to entities as fields.

Class

casetracker_project_handler_link_field
@file Contains a Views field handler to take care of displaying links to entities as fields.

Code

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