You are here

public function AutocompletionConfiguration::getNoResultValue in Search Autocomplete 2.x

Same name and namespace in other branches
  1. 8 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 362

Class

AutocompletionConfiguration
Defines the autocompletion_configuration entity.

Namespace

Drupal\search_autocomplete\Entity

Code

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