You are here

public function FacetInterface::setActiveItem in Facets 8

Sets an item with value to active.

Parameters

string $value: An item that is active.

1 method overrides FacetInterface::setActiveItem()
Facet::setActiveItem in src/Entity/Facet.php
Sets an item with value to active.

File

src/FacetInterface.php, line 124

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setActiveItem($value);