You are here

function commerce_order_handler_field_order_state::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_state.inc, line 12

Class

commerce_order_handler_field_order_state
Field handler to translate an order state into its readable form.

Code

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