You are here

function commerce_gc_handler_field_balance_summary::query in Commerce GC 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_gc_handler_field_balance_summary.inc, line 15
Provides a balance summary field for giftcards

Class

commerce_gc_handler_field_balance_summary
@file Provides a balance summary field for giftcards

Code

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