You are here

public function Result::getChildren in Facets 8

Returns children results.

Return value

\Drupal\facets\Result\ResultInterface[] The children results.

Overrides ResultInterface::getChildren

1 call to Result::getChildren()
Result::hasActiveChildren in src/Result/Result.php
Returns true if the value has active children(selected).

File

src/Result/Result.php, line 154

Class

Result
The default implementation of the result interfaces.

Namespace

Drupal\facets\Result

Code

public function getChildren() {
  return $this->children;
}