public function SearchInterface::getResults in Fast Autocomplete 8
Return the results for the given key.
Parameters
\Drupal\fac\FacConfigInterface $fac_config: The Fac Config object.
string $langcode: The language code.
string $key: The query string to get results for.
Return value
array The result entity ids for the given key.
1 method overrides SearchInterface::getResults()
- SearchBase::getResults in src/
SearchBase.php - Return the results for the given key.
File
- src/
SearchInterface.php, line 47
Class
- SearchInterface
- Defines an interface for search plugins.
Namespace
Drupal\facCode
public function getResults(FacConfigInterface $fac_config, $langcode, $key);