You are here

function views_handler_field_node_link::query in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 modules/node/views_handler_field_node_link.inc \views_handler_field_node_link::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/node/views_handler_field_node_link.inc, line 28

Class

views_handler_field_node_link
Field handler to present a link to the node.

Code

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