function views_handler_filter_in_operator::expose_options

Same name in other branches
  1. 7.x-3.x handlers/views_handler_filter_in_operator.inc \views_handler_filter_in_operator::expose_options()

Overrides views_handler_filter::expose_options

File

handlers/views_handler_filter_in_operator.inc, line 58

Class

views_handler_filter_in_operator
Simple filter to handle matching of multiple options selectable via checkboxes

Code

function expose_options() {
    parent::expose_options();
    $this->options['expose']['reduce'] = FALSE;
}