You are here

function commerce_reorder_handler_field_commerce_reorder_button::construct in Commerce Reorder 7

Same name and namespace in other branches
  1. 7.2 includes/views/handlers/commerce_reorder_handler_field_commerce_reorder_button.inc \commerce_reorder_handler_field_commerce_reorder_button::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_reorder_handler_field_commerce_reorder_button.inc, line 54

Class

commerce_reorder_handler_field_commerce_reorder_button

Code

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