1 views_handler_field_term_path.inc views_handler_field_term_path::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

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

Class

views_handler_field_term_path
Field handler to present the path to the term.

Code

function construct() {
  parent::construct();
  $this->additional_fields['tid'] = 'tid';
}