public function SearchPluginInterface::getGroupLabel in Search API Autocomplete 8
Retrieves a group label for this search.
Used to group searches from the same source together in the UI.
Return value
string A translated, human-readable label to group the search by.
1 method overrides SearchPluginInterface::getGroupLabel()
- SearchPluginBase::getGroupLabel in src/
Search/ SearchPluginBase.php - Retrieves a group label for this search.
File
- src/
Search/ SearchPluginInterface.php, line 25
Class
- SearchPluginInterface
- Defines the autocomplete search plugin type.
Namespace
Drupal\search_api_autocomplete\SearchCode
public function getGroupLabel();