public function RptMapWidget::getQueryType in Search API Location 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
- modules/
facets_map_widget/ src/ Plugin/ facets/ widget/ RptMapWidget.php, line 55
Class
- RptMapWidget
- A widget class that provides a map interface to narrow down facet results.
Namespace
Drupal\facets_map_widget\Plugin\facets\widgetCode
public function getQueryType() {
return 'search_api_rpt';
}