You are here

public function FacetSource::setFilterKey in Facets 8

Sets the filter key for this facet source.

Parameters

string $filter_key: The filter key.

Overrides FacetSourceInterface::setFilterKey

File

src/Entity/FacetSource.php, line 90

Class

FacetSource
Defines the facet source configuration entity.

Namespace

Drupal\facets\Entity

Code

public function setFilterKey($filter_key) {
  $this->filter_key = $filter_key;
}