public function WidgetInvalidQT::getQueryType in Facets 8
Picks the preferred query type for this widget.
Return value
string|null The query type machine name to load or NULL to load the default query type.
Overrides WidgetPluginBase::getQueryType
File
- tests/
facets_custom_widget/ src/ Plugin/ facets/ widget/ WidgetInvalidQT.php, line 21
Class
- WidgetInvalidQT
- Test widget.
Namespace
Drupal\facets_custom_widget\Plugin\facets\widgetCode
public function getQueryType() {
return 'kepler';
}