You are here

function commerce_product_attributes_handler_field_attributes::query in Commerce Product Attributes 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_product_attributes_handler_field_attributes.inc, line 18
Attribute handler for the attribute field.

Class

commerce_product_attributes_handler_field_attributes
Field handler to present an order's operations links.

Code

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