You are here

public function FacetInterface::getWidgetInstance in Facets 8

Returns the facet widget instance.

Return value

\Drupal\facets\Widget\WidgetPluginBase The plugin instance

1 method overrides FacetInterface::getWidgetInstance()
Facet::getWidgetInstance in src/Entity/Facet.php
Returns the facet widget instance.

File

src/FacetInterface.php, line 39

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getWidgetInstance();