You are here

function commerce_file_handler_field_license_expiration::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_expiration.inc, line 36
Field handler for a license expiration.

Class

commerce_file_handler_field_license_expiration
Field handler for license expiration.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}