You are here

function commerce_wishlist_handler_field_product_link_delete::query in Commerce Wishlist 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_wishlist_handler_field_product_link_delete.inc, line 31

Class

commerce_wishlist_handler_field_product_link_delete
Field handler to present a link to delete a product for wishlist.

Code

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