You are here

function commerce_product_attributes_handler_field_attributes::construct in Commerce Product Attributes 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_product_attributes_handler_field_attributes.inc, line 12
Attribute handler for the attribute field.

Class

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

Code

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