You are here

public function FacetInterface::getUseHierarchy in Facets 8

Returns the value of the use_hierarchy boolean.

This will return true when the results in the facet should be rendered in a hierarchical structure.

Return value

bool A boolean flag indicating if results should be rendered using hierarchy.

1 method overrides FacetInterface::getUseHierarchy()
Facet::getUseHierarchy in src/Entity/Facet.php
Returns the value of the use_hierarchy boolean.

File

src/FacetInterface.php, line 235

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getUseHierarchy();