protected property FacetapiAdapter::$processed in Facet API 7
Same name and namespace in other branches
- 6.3 plugins/facetapi/adapter.inc \FacetapiAdapter::processed
- 7.2 plugins/facetapi/adapter.inc \FacetapiAdapter::processed
A boolean flagging whether the facets have been processed, or built.
This variable acts as a per-adapter semaphore that ensures facet data is processed only once.
Type: boolean
See also
FacetapiAdapter::processFacets()
File
- plugins/
facetapi/ adapter.inc, line 109 - Adapter plugin and adapter related classes.
Class
- FacetapiAdapter
- Abstract class extended by Facet API adapters.
Code
protected $processed = FALSE;