You are here

function views_handler_field_node_gathercontent_status::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_status.inc, line 13

Class

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

Code

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