You are here

public function ResultInterface::hasActiveChildren in Facets 8

Returns true if the value has active children(selected).

Return value

bool A boolean indicating the active state of children.

1 method overrides ResultInterface::hasActiveChildren()
Result::hasActiveChildren in src/Result/Result.php
Returns true if the value has active children(selected).

File

src/Result/ResultInterface.php, line 90

Class

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

Namespace

Drupal\facets\Result

Code

public function hasActiveChildren();