You are here

protected property Facet::$show_only_one_result in Facets 8

Determines if only one result can be selected in the facet at one time.

Type: bool

File

src/Entity/Facet.php, line 260

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

protected $show_only_one_result = FALSE;