You are here

function easy_social_handler_field::query in Easy Social 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

views/easy_social_handler_field.inc, line 21
Easy Social view handler.

Class

easy_social_handler_field
Handler for displaying Easy Social share buttons in views.

Code

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