You are here

public function FacetInterface::setExpandHierarchy in Facets 8

Sets the expand_hierarchy.

Parameters

bool $expand_hierarchy: Wether or not results should always be expanded using hierarchy.

1 method overrides FacetInterface::setExpandHierarchy()
Facet::setExpandHierarchy in src/Entity/Facet.php
Sets the expand_hierarchy.

File

src/FacetInterface.php, line 283

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setExpandHierarchy($expand_hierarchy);