public function HandlerBase::acceptExposedInput

Take input from exposed handlers and assign to this handler, if necessary.

1 method overrides HandlerBase::acceptExposedInput()
FilterPluginBase::acceptExposedInput in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Check to see if input from the exposed filters should change the behavior of this filter.

File

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

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function acceptExposedInput($input) {
  return TRUE;
}