You are here

function commerce_product_handler_field_product_link_edit::construct in Commerce Core 7

Construct a new field handler.

Overrides commerce_product_handler_field_product_link::construct

File

modules/product/includes/views/handlers/commerce_product_handler_field_product_link_edit.inc, line 7

Class

commerce_product_handler_field_product_link_edit
Field handler to present a product edit link.

Code

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