public function FacetapiWidget::getBuild in Facet API 7.2
Same name and namespace in other branches
- 6.3 plugins/facetapi/widget.inc \FacetapiWidget::getBuild()
- 7 plugins/facetapi/widget.inc \FacetapiWidget::getBuild()
Returns the altered render array acted on by FacetapiWidget::execute().
Return value
array The render array.
File
- plugins/
facetapi/ widget.inc, line 230 - Base widget plugin class and helper functions for facet sorting.
Class
- FacetapiWidget
- Abstract class extended by widget plugins.
Code
public function getBuild() {
return $this->build;
}