You are here

public function AutocompletionConfiguration::getNoResultValue in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x src/Entity/AutocompletionConfiguration.php \Drupal\search_autocomplete\Entity\AutocompletionConfiguration::getNoResultValue()

Returns a suggestion value entered when "no results" is choosen.

Return value

string The suggestion value entered when "no results" is choosen.

Overrides AutocompletionConfigurationInterface::getNoResultValue

File

src/Entity/AutocompletionConfiguration.php, line 326

Class

AutocompletionConfiguration
Defines the autocompletion_configuration entity.

Namespace

Drupal\search_autocomplete\Entity

Code

public function getNoResultValue() {
  return $this->noResultValue;
}