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