You are here

public function AutocompletionConfiguration::getNoResultLabel in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x 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 312

Class

AutocompletionConfiguration
Defines the autocompletion_configuration entity.

Namespace

Drupal\search_autocomplete\Entity

Code

public function getNoResultLabel() {
  return $this->noResultLabel;
}