You are here

function commerce_order_handler_field_order_link_edit::construct in Commerce Core 7

Construct a new field handler.

Overrides commerce_order_handler_field_order_link::construct

File

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

Class

commerce_order_handler_field_order_link_edit
Field handler to present an order edit link.

Code

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