You are here

protected property AutocompletionConfiguration::$moreResultsLabel in Search Autocomplete 8

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

Define a label that should be displayed when more results then what can be displayed are available.

Type: string

File

src/Entity/AutocompletionConfiguration.php, line 169

Class

AutocompletionConfiguration
Defines the autocompletion_configuration entity.

Namespace

Drupal\search_autocomplete\Entity

Code

protected $moreResultsLabel;