1 views_handler_field_term_link_edit.inc views_handler_field_term_link_edit::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

core/modules/taxonomy/views/views_handler_field_term_link_edit.inc, line 13
Definition of views_handler_field_term_link_edit.

Class

views_handler_field_term_link_edit
Field handler to present a term edit link.

Code

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