You are here

public function BetterExposedFiltersWidgetInterface::setViewsHandler in Better Exposed Filters 8.5

Same name and namespace in other branches
  1. 8.4 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\Plugin

Code

public function setViewsHandler(ViewsHandlerInterface $handler);