You are here

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\fac

Code

public function getName() {
  return $this->pluginDefinition['name'];
}