You are here

function commerce_customer_handler_field_customer_profile_link_delete::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_delete.inc, line 7

Class

commerce_customer_handler_field_customer_profile_link_delete
Field handler to present a link to delete a customer profile.

Code

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