9 classes are annotated with FacetsWidget in Facets 8
- ArrayWidget in src/
Plugin/ facets/ widget/ ArrayWidget.php - A simple widget class that returns a simple array of the facet results.
- CheckboxWidget in src/
Plugin/ facets/ widget/ CheckboxWidget.php - The checkbox / radios widget.
- CustomWidget in tests/
facets_custom_widget/ src/ Plugin/ facets/ widget/ CustomWidget.php - A simple widget class that returns a simple array of the facet results.
- DropdownWidget in src/
Plugin/ facets/ widget/ DropdownWidget.php - The dropdown widget.
- LinksWidget in src/
Plugin/ facets/ widget/ LinksWidget.php - The links widget.
- RangeSliderWidget in modules/
facets_range_widget/ src/ Plugin/ facets/ widget/ RangeSliderWidget.php - The range slider widget.
- SliderWidget in modules/
facets_range_widget/ src/ Plugin/ facets/ widget/ SliderWidget.php - The slider widget.
- WidgetDateQT in tests/
facets_custom_widget/ src/ Plugin/ facets/ widget/ WidgetDateQT.php - Test widget.
- WidgetInvalidQT in tests/
facets_custom_widget/ src/ Plugin/ facets/ widget/ WidgetInvalidQT.php - Test widget.