You are here

function commerce_file_handler_field_license_link::construct in Commerce File 7

Construct a new field handler.

Overrides views_handler_field::construct

File

views/handlers/commerce_file_handler_field_license_link.inc, line 12
Field handler for a license link.

Class

commerce_file_handler_field_license_link
Field handler to present a link to an order.

Code

function construct() {
  parent::construct();

  // retrieve bare minimum to do access check
  $this->additional_fields['license_id'] = 'license_id';
  $this->additional_fields['uid'] = 'uid';
}