You are here

public function ResultInterface::setActiveState in Facets 8

Indicates that the value is active (selected).

Parameters

bool $active: A boolean indicating the active state.

1 method overrides ResultInterface::setActiveState()
Result::setActiveState in src/Result/Result.php
Indicates that the value is active (selected).

File

src/Result/ResultInterface.php, line 74

Class

ResultInterface
The interface defining what a facet result should look like.

Namespace

Drupal\facets\Result

Code

public function setActiveState($active);