You are here

function commerce_gc_handler_field_transaction_delete::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_transaction_delete.inc, line 37
Provides a transaction delete link.

Class

commerce_gc_handler_field_transaction_delete
@file Provides a transaction delete link.

Code

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