public function AutocompletionConfiguration::getMoreResultsLabel in Search Autocomplete 2.x
Same name and namespace in other branches
- 8 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 397
Class
- AutocompletionConfiguration
- Defines the autocompletion_configuration entity.
Namespace
Drupal\search_autocomplete\EntityCode
public function getMoreResultsLabel() {
return $this->moreResultsLabel;
}