You are here

function i18nviews_handler_field_term_description::construct in Internationalization Views 6.3

Same name and namespace in other branches
  1. 6.2 includes/i18nviews_handler_field_term_description.inc \i18nviews_handler_field_term_description::construct()

File

includes/i18nviews_handler_field_term_description.inc, line 8

Class

i18nviews_handler_field_term_description
Field handler to provide simple renderer that allows linking to a taxonomy term.

Code

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