You are here

function commerce_file_handler_field_license_property::query in Commerce File 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/handlers/commerce_file_handler_field_license_property.inc, line 36
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 query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}