You are here

constant ProcessorInterface::STAGE_PREPROCESS_QUERY in Search API 8

Processing stage: preprocess query.

See also

\Drupal\search_api\Processor\ProcessorInterface::preprocessSearchQuery()

File

src/Processor/ProcessorInterface.php, line 62

Class

ProcessorInterface
Provides an interface for Search API processor plugins.

Namespace

Drupal\search_api\Processor

Code

const STAGE_PREPROCESS_QUERY = 'preprocess_query';