You are here

public function TestPreQuery::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 ProcessorPluginBase::getQueryType

File

tests/facets_custom_widget/src/Plugin/facets/processor/TestPreQuery.php, line 38

Class

TestPreQuery
The URL processor handler triggers the actual url processor.

Namespace

Drupal\facets_custom_widget\Plugin\facets\processor

Code

public function getQueryType() {
  return 'string';
}