You are here

function views_handler_field_node_gathercontent_title::query in GatherContent 7.3

Called to add the field to a query.

Overrides views_handler_field::query

File

views/handlers/views_handler_field_node_gathercontent_title.inc, line 13

Class

views_handler_field_node_gathercontent_title
Field handler to present a link to delete a mytype record.

Code

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