You are here

function views_term_path_handler_field_path::query in Views Term Path 7

Called to add the field to a query.

Overrides views_handler_field::query

File

./views_term_path_handler_field_path.inc, line 41
Handler for term path field.

Class

views_term_path_handler_field_path
Field handler to present the path to the term.

Code

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