1 views_handler_field_term_path.inc views_handler_field_term_path::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

core/modules/taxonomy/views/views_handler_field_term_path.inc, line 37
Handler for term path field.

Class

views_handler_field_term_path
Field handler to present the path to the term.

Code

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