You are here

public function FacetInterface::getEmptyBehavior in Facets 8

Returns the defined no-results behavior or NULL if none defined.

Return value

array|null The behavior definition or NULL.

1 method overrides FacetInterface::getEmptyBehavior()
Facet::getEmptyBehavior in src/Entity/Facet.php
Returns the defined no-results behavior or NULL if none defined.

File

src/FacetInterface.php, line 456

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getEmptyBehavior();