You are here

public function FacetInterface::setEnableParentWhenChildGetsDisabled in Facets 8

Sets the enable_parent_when_child_gets_disabled.

Parameters

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

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

File

src/FacetInterface.php, line 302

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setEnableParentWhenChildGetsDisabled($enable_parent_when_child_gets_disabled);