You are here

public function HandlerBase::multipleExposedInput in Views (for Drupal 7) 8.3

Define if the exposed input has to be submitted multiple times. This is TRUE when exposed filters grouped are using checkboxes as widgets.

1 method overrides HandlerBase::multipleExposedInput()
FilterPluginBase::multipleExposedInput in lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Returns TRUE if users can select multiple groups items of a grouped exposed filter.

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 571
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function multipleExposedInput() {
  return FALSE;
}