You are here

protected property FacetapiFacet::$facet in Facet API 7

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/adapter.inc \FacetapiFacet::facet
  2. 7.2 plugins/facetapi/adapter.inc \FacetapiFacet::facet

The facet definition as returned by facetapi_facet_load().

This is the array acted on by the ArrayAccess interface methods so the object can be used as if it were the facet definition array.

Type: array

File

plugins/facetapi/adapter.inc, line 1152
Adapter plugin and adapter related classes.

Class

FacetapiFacet
Wrapper around the facet definition with methods that build render arrays.

Code

protected $facet;