You are here

public function FacetSourcePluginInterface::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.

1 method overrides FacetSourcePluginInterface::getSearchKeys()
FacetSourcePluginBase::getSearchKeys in src/FacetSource/FacetSourcePluginBase.php
Returns the search keys, or query text, submitted by the user.

File

src/FacetSource/FacetSourcePluginInterface.php, line 98

Class

FacetSourcePluginInterface
Describes a source for facet items.

Namespace

Drupal\facets\FacetSource

Code

public function getSearchKeys();