You are here

function commerce_customer_handler_field_customer_profile_link_edit::construct in Commerce Core 7

Construct a new field handler.

Overrides commerce_customer_handler_field_customer_profile_link::construct

File

modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_edit.inc, line 7

Class

commerce_customer_handler_field_customer_profile_link_edit
Field handler to present a customer profile edit link.

Code

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