You are here

public function QueryInterface::getParseMode in Search API 8

Retrieves the parse mode.

Return value

\Drupal\search_api\ParseMode\ParseModeInterface The parse mode.

1 method overrides QueryInterface::getParseMode()
Query::getParseMode in src/Query/Query.php
Retrieves the parse mode.

File

src/Query/QueryInterface.php, line 121

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

public function getParseMode();