You are here

public function ProcessorInterface::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 ProcessorInterface::getQueryType()
ProcessorPluginBase::getQueryType in src/Processor/ProcessorPluginBase.php
Picks the preferred query type for this widget.

File

src/Processor/ProcessorInterface.php, line 137

Class

ProcessorInterface
Describes a processor.

Namespace

Drupal\facets\Processor

Code

public function getQueryType();