public function QueryInterface::getProcessingLevel in Search API 8
Retrieves the processing level for this query.
Return value
int The processing level of this query, as one of the \Drupal\search_api\Query\QueryInterface::PROCESSING_* constants.
See also
\Drupal\search_api\Query\QueryInterface::PROCESSING_NONE
\Drupal\search_api\Query\QueryInterface::PROCESSING_BASIC
\Drupal\search_api\Query\QueryInterface::PROCESSING_FULL
1 method overrides QueryInterface::getProcessingLevel()
- Query::getProcessingLevel in src/
Query/ Query.php - Retrieves the processing level for this query.
File
- src/
Query/ QueryInterface.php, line 244
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function getProcessingLevel();