You are here

public function WidgetPluginInterface::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.

1 method overrides WidgetPluginInterface::getQueryType()
WidgetPluginBase::getQueryType in src/Widget/WidgetPluginBase.php
Picks the preferred query type for this widget.

File

src/Widget/WidgetPluginInterface.php, line 33

Class

WidgetPluginInterface
Provides an interface describing the a facet widgets.

Namespace

Drupal\facets\Widget

Code

public function getQueryType();