You are here

function commerce_gc_handler_field_transaction_delete::construct in Commerce GC 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_gc_handler_field_transaction_delete.inc, line 9
Provides a transaction delete link.

Class

commerce_gc_handler_field_transaction_delete
@file Provides a transaction delete link.

Code

function construct() {
  parent::construct();
  $this->additional_fields['transaction_id'] = 'transaction_id';
  $this->additional_fields['coupon_id'] = 'coupon_id';
}