public function FacetapiFacet::getBuild in Facet API 7.2
Same name and namespace in other branches
- 6.3 plugins/facetapi/adapter.inc \FacetapiFacet::getBuild()
- 7 plugins/facetapi/adapter.inc \FacetapiFacet::getBuild()
Returns the base render array used as a starting point for rendering.
Return value
array The base render array.
File
- plugins/
facetapi/ adapter.inc, line 1230 - Adapter plugin and adapter related classes.
Class
- FacetapiFacet
- Wrapper around the facet definition with methods that build render arrays.
Code
public function getBuild() {
return $this->build;
}