You are here

function commerce_product_reference_handler_filter_product_line_item_type::can_expose in Commerce Core 7

Disables exposing this filter.

Overrides views_handler_filter::can_expose

File

modules/product_reference/includes/views/handlers/commerce_product_reference_handler_filter_product_line_item_type.inc, line 27

Class

commerce_product_reference_handler_filter_product_line_item_type
Filter line items by whether or not they are of a product line item type.

Code

function can_expose() {
  return FALSE;
}