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\facetsCode
public function setActiveItem($value);