You are here

public function AutocompletionConfigurationInterface::getSource in Search Autocomplete 8

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

Returns the source of to retrieve suggestions.

Return value

string The source name to retrieve suggestions.

1 method overrides AutocompletionConfigurationInterface::getSource()
AutocompletionConfiguration::getSource in src/Entity/AutocompletionConfiguration.php
Returns the source of to retrieve suggestions.

File

src/AutocompletionConfigurationInterface.php, line 103

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function getSource();