public function AutocompletionConfiguration::getMoreResultsValue in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Entity/AutocompletionConfiguration.php \Drupal\search_autocomplete\Entity\AutocompletionConfiguration::getMoreResultsValue()
 
Returns a suggestion value entered when "more results" is choosen.
Return value
string The suggestion value entered when "more results" is choosen.
Overrides AutocompletionConfigurationInterface::getMoreResultsValue
File
- src/
Entity/ AutocompletionConfiguration.php, line 371  
Class
- AutocompletionConfiguration
 - Defines the autocompletion_configuration entity.
 
Namespace
Drupal\search_autocomplete\EntityCode
public function getMoreResultsValue() {
  return $this->moreResultsValue;
}