You are here

function commerce_file_handler_filter_file_product_type::can_expose in Commerce File 7

Disables exposing this filter.

Overrides views_handler_filter::can_expose

File

views/handlers/commerce_file_handler_filter_file_product_type.inc, line 27

Class

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

Code

function can_expose() {
  return FALSE;
}