protected property FacetapiDependency::$settings in Facet API 7
Same name and namespace in other branches
- 6.3 plugins/facetapi/dependency.inc \FacetapiDependency::settings
- 7.2 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;