You are here

function discounted_price_handler::query in Ubercart Discounts (Alternative) 7.2

Same name and namespace in other branches
  1. 6.2 product_price_alterer_field/includes/discounted_price_handler.inc \discounted_price_handler::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

product_price_alterer_field/includes/discounted_price_handler.inc, line 15
Views handler integration for product_price_alterer_field module.

Class

discounted_price_handler
Renders a discounted price field.

Code

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