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\facetsCode
public function setEmptyBehavior(array $behavior);