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