You are here

function commerce_order_handler_field_order_link::query in Commerce Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/order/includes/views/handlers/commerce_order_handler_field_order_link.inc, line 31

Class

commerce_order_handler_field_order_link
Field handler to present a link to an order.

Code

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