You are here

public function FacetapiQueryTypeInterface::build in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::build()
  2. 7 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::build()

Initializes the facet's render array.

Return value

The initialized render array.

1 method overrides FacetapiQueryTypeInterface::build()
FacetapiTestTerm::build in tests/facetapi_test/plugins/facetapi/test_query_type.inc
Initializes the facet's render array.

File

plugins/facetapi/query_type.inc, line 35
Interfaces and base classes for query type plugins.

Class

FacetapiQueryTypeInterface
Interface that must be implemented by all query type plugins.

Code

public function build();