public function ParseModeInterface::getConjunction in Search API 8
Retrieves the default conjunction.
Return value
string The default conjunction to be used when parsing keywords. Can be either "AND" or "OR".
1 method overrides ParseModeInterface::getConjunction()
- ParseModePluginBase::getConjunction in src/
ParseMode/ ParseModePluginBase.php - Retrieves the default conjunction.
File
- src/
ParseMode/ ParseModeInterface.php, line 40
Class
- ParseModeInterface
- Defines an interface for parse mode plugins.
Namespace
Drupal\search_api\ParseModeCode
public function getConjunction();