public function SearchBase::getName in Fast Autocomplete 8
Returns the plugin name.
Overrides SearchInterface::getName
File
- src/
SearchBase.php, line 16
Class
- SearchBase
- Class SearchBase.
Namespace
Drupal\facCode
public function getName() {
return $this->pluginDefinition['name'];
}