You are here

function i18n_commerce_product_line_item_handler_field_line_item_title::query in Internationalization for commerce product 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/i18n_commerce_product_line_item_handler_field_line_item_title.inc, line 17
.

Class

i18n_commerce_product_line_item_handler_field_line_item_title
Class i18n_commerce_product_line_item_handler_field_line_item_title.

Code

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