public function FacetInterface::getExpandHierarchy in Facets 8
Returns the value of the expand_hierarchy boolean.
This will return true when the results in the facet should be expanded in a hierarchical structure, regardless of active state.
Return value
bool Wether or not results should always be expanded using hierarchy.
1 method overrides FacetInterface::getExpandHierarchy()
- Facet::getExpandHierarchy in src/
Entity/ Facet.php - Returns the value of the expand_hierarchy boolean.
File
- src/
FacetInterface.php, line 275
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getExpandHierarchy();