You are here

public function FacetSourcePluginBase::getSearchKeys in Facets 8

Returns the search keys, or query text, submitted by the user.

Return value

string The search keys, or query text, submitted by the user.

Overrides FacetSourcePluginInterface::getSearchKeys

File

src/FacetSource/FacetSourcePluginBase.php, line 115

Class

FacetSourcePluginBase
Defines a base class from which other facet sources may extend.

Namespace

Drupal\facets\FacetSource

Code

public function getSearchKeys() {
  return $this->keys;
}