You are here

protected property FacetapiAdapter::$queryTypes in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/adapter.inc \FacetapiAdapter::queryTypes
  2. 7 plugins/facetapi/adapter.inc \FacetapiAdapter::queryTypes

An array of executed query type plugins keyed by field name.

Type: array

See also

FacetapiQueryTypeInterface

File

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

Class

FacetapiAdapter
Abstract class extended by Facet API adapters.

Code

protected $queryTypes = array();