You are here

function commerce_order_handler_field_order_operations::construct in Commerce Core 7

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/order/includes/views/handlers/commerce_order_handler_field_order_operations.inc, line 7

Class

commerce_order_handler_field_order_operations
Field handler to present an order's operations links.

Code

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