You are here

function views_handler_field_term_link_edit::construct in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 modules/taxonomy/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

modules/taxonomy/views_handler_field_term_link_edit.inc, line 9

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';
}