You are here

protected property FacetapiWidget::$build in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/widget.inc \FacetapiWidget::build
  2. 7 plugins/facetapi/widget.inc \FacetapiWidget::build

The render that alterations are being applied to.

The base render array is constructed via FacetapiFacetProcessor::process() and has already been passed to the enabled filter plugins. The render array is further processed by FacetapiWidget::init() prior to the plugin acting on it in the FacetapiWidget::execute() implementation.

Type: array

File

plugins/facetapi/widget.inc, line 58
Base widget plugin class and helper functions for facet sorting.

Class

FacetapiWidget
Abstract class extended by widget plugins.

Code

protected $build = array();