You are here

protected property Facet::$enable_parent_when_child_gets_disabled in Facets 8

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

Type: bool

File

src/Entity/Facet.php, line 169

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

protected $enable_parent_when_child_gets_disabled = TRUE;