You are here

protected property FacetapiAdapter::$searchPath in Facet API 6.3

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

Stores the search path so we only need to calculate it once.

Type: string

File

plugins/facetapi/adapter.inc, line 75
Adapter plugin and adapter related calsses.

Class

FacetapiAdapter
Abstract class extended by search backends that retrieves facet information from the database.

Code

protected $searchPath;