You are here

function views_handler_field_tweetbutton_taxonomy::construct in Tweet Button 6

Overrides views_handler_field_tweetbutton::construct

File

./tweetbutton_views_field_handlers.inc, line 123

Class

views_handler_field_tweetbutton_taxonomy

Code

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