You are here

function i18nviews_handler_field_taxonomy::construct in Internationalization Views 6.2

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

File

includes/i18nviews_handler_field_taxonomy.inc, line 8

Class

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

Code

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