You are here

function commerce_product_handler_field_product_operations::construct in Commerce Core 7

Construct a new field handler.

Overrides views_handler_field::construct

File

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

Class

commerce_product_handler_field_product_operations
Field handler to present a product's operations links.

Code

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