Take input from exposed handlers and assign to this handler, if necessary.
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;
}