You are here

public function AutocompletionConfigurationInterface::getMoreResultsLabel in Search Autocomplete 8

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

Returns a suggestion label displayed when more results are available.

Return value

string The suggestion label displayed when more results are available.

1 method overrides AutocompletionConfigurationInterface::getMoreResultsLabel()
AutocompletionConfiguration::getMoreResultsLabel in src/Entity/AutocompletionConfiguration.php
Returns a suggestion label displayed when more results are available.

File

src/AutocompletionConfigurationInterface.php, line 79

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function getMoreResultsLabel();