You are here

function commerce_product_handler_field_product_link_delete::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_delete.inc, line 7

Class

commerce_product_handler_field_product_link_delete
Field handler to present a link to delete a product.

Code

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