You are here

protected property FacetapiDependency::$settings in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/dependency.inc \FacetapiDependency::settings
  2. 7 plugins/facetapi/dependency.inc \FacetapiDependency::settings

An array of dependency settings.

This is the "dependencies" key of the "settings" property of the facet's global settings returned by FacetapiAdapter::getFacetSettingsGlobal().

Type: array

File

plugins/facetapi/dependency.inc, line 49
Base dependency plugin class.

Class

FacetapiDependency
Abstract class extended by dependency plugins.

Code

protected $settings;