You are here

function addthis_handler_field_button::query in AddThis 6.3

File

./addthis_handler_field.inc, line 16
A handler to provide an AddThis button for a particular node.

Class

addthis_handler_field_button
@file A handler to provide an AddThis button for a particular node.

Code

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