public function AutocompletionConfigurationInterface::getNoResultValue in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::getNoResultValue()
Returns a suggestion value entered when "no results" is choosen.
Return value
string The suggestion value entered when "no results" is choosen.
1 method overrides AutocompletionConfigurationInterface::getNoResultValue()
- AutocompletionConfiguration::getNoResultValue in src/
Entity/ AutocompletionConfiguration.php - Returns a suggestion value entered when "no results" is choosen.
File
- src/
AutocompletionConfigurationInterface.php, line 63
Class
- AutocompletionConfigurationInterface
- Provides an interface defining an autocompletion configuration entity.
Namespace
Drupal\search_autocompleteCode
public function getNoResultValue();