public function Facet::getEmptyBehavior in Facets 8
Returns the defined no-results behavior or NULL if none defined.
Return value
array|null The behavior definition or NULL.
Overrides FacetInterface::getEmptyBehavior
File
- src/
Entity/ Facet.php, line 930
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getEmptyBehavior() {
return $this->empty_behavior;
}