You are here

protected property CurrentSearchItem::$settings in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 contrib/current_search/plugins/current_search/item.inc \CurrentSearchItem::settings
  2. 7 contrib/current_search/plugins/current_search/item.inc \CurrentSearchItem::settings

An array of the current search item's settings.

This is the item's settings under the "items" key of the settings property in the object returned by current_search_item_load().

Type: array

File

contrib/current_search/plugins/current_search/item.inc, line 39
Base current search item plugin class.

Class

CurrentSearchItem
Abstract class extended by current search item plugins.

Code

protected $settings;