You are here

public function FacetSourcePluginInterface::setSearchKeys in Facets 8

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

Parameters

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

Return value

self An instance of this class.

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

File

src/FacetSource/FacetSourcePluginInterface.php, line 90

Class

FacetSourcePluginInterface
Describes a source for facet items.

Namespace

Drupal\facets\FacetSource

Code

public function setSearchKeys($keys);