You are here

public function AutocompletionConfigurationInterface::getMoreResultsValue in Search Autocomplete 8

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

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

Return value

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

1 method overrides AutocompletionConfigurationInterface::getMoreResultsValue()
AutocompletionConfiguration::getMoreResultsValue in src/Entity/AutocompletionConfiguration.php
Returns a suggestion value entered when "more results" is choosen.

File

src/AutocompletionConfigurationInterface.php, line 87

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function getMoreResultsValue();