1.20.x handlers.inc | views_handler::multiple_exposed_input() |
Define if the exposed input has to be submitted multiple times. This is TRUE when exposed filters grouped are using checkboxes as widgets.
File
- modules/
views/ includes/ handlers.inc, line 573 - Defines the various handler objects to help build and display views.
Class
- views_handler
- Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.
Code
function multiple_exposed_input() {
return FALSE;
}