You are here

function i18nviews_handler_field_taxonomy_term_description::construct in Internationalization Views 7.3

Construct a new field handler.

Overrides views_handler_field_markup::construct

File

includes/i18nviews_handler_field_taxonomy_term_description.inc, line 8

Class

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