public function SearchInterface::getName in Fast Autocomplete 8
Return the name of the search plugin.
Return value
string The name of the plugin.
1 method overrides SearchInterface::getName()
- SearchBase::getName in src/
SearchBase.php - Returns the plugin name.
File
- src/
SearchInterface.php, line 19
Class
- SearchInterface
- Defines an interface for search plugins.
Namespace
Drupal\facCode
public function getName();