public function HandlerBase::acceptExposedInput

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

1 method overrides HandlerBase::acceptExposedInput()

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;
}