You are here

function commerce_coupon_handler_field_coupon_operations::construct in Commerce Coupon 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_coupon_handler_field_coupon_operations.inc, line 9
Coupon.. Field handler to present an order's operations .

Class

commerce_coupon_handler_field_coupon_operations
@file Coupon.. Field handler to present an order's operations .

Code

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