You are here

public function FacetapiFacet::getBuild in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 plugins/facetapi/adapter.inc \FacetapiFacet::getBuild()
  2. 7 plugins/facetapi/adapter.inc \FacetapiFacet::getBuild()

Returns the facet definition.

Return value

array An array containing the facet definition.

File

plugins/facetapi/adapter.inc, line 994
Adapter plugin and adapter related calsses.

Class

FacetapiFacet
Stores facet data, provides methods that build the facet's render array.

Code

public function getBuild() {
  return $this->build;
}