public function HandlerBase::multipleExposedInput

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 drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Returns TRUE if users can select multiple groups items of a grouped exposed filter.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 560
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function multipleExposedInput() {
  return FALSE;
}