public function FacetInterface::getKeepHierarchyParentsActive in Facets 8
Returns the value of the keep_hierarchy_parents_active boolean.
This will return true when the parent results of a hierarchical facet should be kept active when a child becomes active.
Return value
bool A boolean flag indicating if the parent results of a hierarchical facet should be kept active when a child becomes active.
1 method overrides FacetInterface::getKeepHierarchyParentsActive()
- Facet::getKeepHierarchyParentsActive in src/
Entity/ Facet.php - Returns the value of the keep_hierarchy_parents_active boolean.
File
- src/
FacetInterface.php, line 255
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getKeepHierarchyParentsActive();