You are here

function commerce_file_handler_field_license_property::construct in Commerce File 7

Construct a new field handler.

Overrides views_handler_field::construct

File

views/handlers/commerce_file_handler_field_license_property.inc, line 12
Contains the license entity property field handler.

Class

commerce_file_handler_field_license_property
Field handler to provide access to non database entity properties.

Code

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