You are here

public function FacetInterface::setEmptyBehavior in Facets 8

Defines the no-results behavior.

Parameters

array $behavior: The definition of the behavior.

1 method overrides FacetInterface::setEmptyBehavior()
Facet::setEmptyBehavior in src/Entity/Facet.php
Defines the no-results behavior.

File

src/FacetInterface.php, line 448

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function setEmptyBehavior(array $behavior);