public function QueryInterface::getOptions in Search API 8
Retrieves all options set for this search query.
The return value is a reference to the options so they can also be altered this way.
Return value
array An associative array of query options.
1 method overrides QueryInterface::getOptions()
- Query::getOptions in src/
Query/ Query.php - Retrieves all options set for this search query.
File
- src/
Query/ QueryInterface.php, line 458
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function &getOptions();