public function FacetSourceInterface::setFilterKey in Facets 8
Sets the filter key for this facet source.
Parameters
string $filter_key: The filter key.
1 method overrides FacetSourceInterface::setFilterKey()
- FacetSource::setFilterKey in src/
Entity/ FacetSource.php - Sets the filter key for this facet source.
File
- src/
FacetSourceInterface.php, line 34
Class
- FacetSourceInterface
- The facet source entity.
Namespace
Drupal\facetsCode
public function setFilterKey($filter_key);