You are here

function addthis_handler_field_toolbox::query in AddThis 6.3

File

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

Class

addthis_handler_field_toolbox
A handler to provide an AddThis toolbox for a particular node.

Code

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