You are here

function views_handler_field_tweetbutton::query in Tweet Button 6

File

./tweetbutton_views_field_handlers.inc, line 21

Class

views_handler_field_tweetbutton

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}