You are here

function views_handler_field_node_field::query in Views node field 7

Called to add the field to a query.

Overrides views_handler_field::query

File

./views_handler_field_node_field.inc, line 57

Class

views_handler_field_node_field
Field handler to present a node.

Code

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