You are here

function i18n_commerce_product_line_item_handler_field_line_item_title::construct in Internationalization for commerce product 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/i18n_commerce_product_line_item_handler_field_line_item_title.inc, line 11
.

Class

i18n_commerce_product_line_item_handler_field_line_item_title
Class i18n_commerce_product_line_item_handler_field_line_item_title.

Code

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