You are here

function commerce_coupon_usage_views_handler_field_usage::query in Commerce Coupon 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/usage/includes/views/handlers/commerce_coupon_usage_views_handler_field_usage.inc, line 26

Class

commerce_coupon_usage_views_handler_field_usage

Code

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