You are here

function commerce_line_item_handler_field_line_item_title::query in Commerce Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_title.inc, line 13

Class

commerce_line_item_handler_field_line_item_title
Field handler to return a line item's title.

Code

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