You are here

public function FacConfig::getSearchPluginId in Fast Autocomplete 8

Gets the Search Plugin ID.

Return value

string The Search Plugin ID.

Overrides FacConfigInterface::getSearchPluginId

File

src/Entity/FacConfig.php, line 201

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function getSearchPluginId() {
  return $this->searchPluginId;
}