You are here

public function FacetInterface::getEnableParentWhenChildGetsDisabled in Facets 8

Returns the value of the enable_parent_when_child_gets_disabled boolean.

This will return true when the parent item in the facet should be enabled in an hierarchical structure, when a child facet item gets disabled.

Return value

bool Wether or not parents should be enabled when a child gets disabled.

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

File

src/FacetInterface.php, line 294

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getEnableParentWhenChildGetsDisabled();