public function BetterExposedFiltersWidgetInterface::setViewsHandler in Better Exposed Filters 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/BetterExposedFiltersWidgetInterface.php \Drupal\better_exposed_filters\Plugin\BetterExposedFiltersWidgetInterface::setViewsHandler()
Sets the exposed view handler plugin.
Parameters
\Drupal\views\Plugin\views\ViewsHandlerInterface $handler: The views handler plugin this configuration will affect when exposed.
1 method overrides BetterExposedFiltersWidgetInterface::setViewsHandler()
- BetterExposedFiltersWidgetBase::setViewsHandler in src/
Plugin/ BetterExposedFiltersWidgetBase.php - Sets the exposed view handler plugin.
File
- src/
Plugin/ BetterExposedFiltersWidgetInterface.php, line 31
Class
- BetterExposedFiltersWidgetInterface
- Defines an interface for Better exposed filters filter widget plugins.
Namespace
Drupal\better_exposed_filters\PluginCode
public function setViewsHandler(ViewsHandlerInterface $handler);