You are here

function commerce_product_handler_field_product_operations::query in Commerce Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/product/includes/views/handlers/commerce_product_handler_field_product_operations.inc, line 31

Class

commerce_product_handler_field_product_operations
Field handler to present a product's operations links.

Code

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