You are here

abstract public function FacetapiEmptyBehavior::execute in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/empty_behavior.inc \FacetapiEmptyBehavior::execute()
  2. 7 plugins/facetapi/empty_behavior.inc \FacetapiEmptyBehavior::execute()

Returns the render array used for the facet that is empty, or has no items.

Return value

The element's render array.

2 methods override FacetapiEmptyBehavior::execute()
FacetapiEmptyBehaviorNone::execute in plugins/facetapi/empty_behavior.inc
Implements FacetapiEmptyBehavior::execute().
FacetapiEmptyBehaviorText::execute in plugins/facetapi/empty_behavior_text.inc
Implements FacetapiEmptyBehavior::execute().

File

plugins/facetapi/empty_behavior.inc, line 55
Base empty behavior plugin class and default implementation.

Class

FacetapiEmptyBehavior
Abstract class extended by empty behavior plugins.

Code

public abstract function execute();