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
Code
function construct() {
parent::construct();
$this->additional_fields['tid'] = 'tid';
}