You are here

public function views_handler_field_node_path::query in Views (for Drupal 7) 7.3

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

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/node/views_handler_field_node_path.inc, line 50
Definition of views_handler_field_node_path.

Class

views_handler_field_node_path
Field handler to present the path to the node.

Code

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