public function SearchPluginInterface::getGroupDescription in Search API Autocomplete 8
Retrieves a description for this search's group.
Searches with the same group label should aim to also return the same group description.
Return value
string A translated, human-readable description for this search's group.
1 method overrides SearchPluginInterface::getGroupDescription()
- SearchPluginBase::getGroupDescription in src/
Search/ SearchPluginBase.php - Retrieves a description for this search's group.
File
- src/
Search/ SearchPluginInterface.php, line 36
Class
- SearchPluginInterface
- Defines the autocomplete search plugin type.
Namespace
Drupal\search_api_autocomplete\SearchCode
public function getGroupDescription();