You are here

function views_handler_field_tweetbutton_user::construct in Tweet Button 6

Overrides views_handler_field_tweetbutton::construct

File

./tweetbutton_views_field_handlers.inc, line 98

Class

views_handler_field_tweetbutton_user

Code

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