You are here

function commerce_product_handler_field_product_link::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_link.inc, line 31

Class

commerce_product_handler_field_product_link
Field handler to present a link to a product.

Code

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