You are here

public function CurrentSearchItemActive::getDefaultSettings in Facet API 7

Same name and namespace in other branches
  1. 6.3 contrib/current_search/plugins/current_search/item_active.inc \CurrentSearchItemActive::getDefaultSettings()
  2. 7.2 contrib/current_search/plugins/current_search/item_active.inc \CurrentSearchItemActive::getDefaultSettings()

Implements CurrentSearchItem::getDefaultSettings().

Overrides CurrentSearchItem::getDefaultSettings

File

contrib/current_search/plugins/current_search/item_active.inc, line 200
The active current search item plugin class.

Class

CurrentSearchItemActive
Current search item plugin that displays the active facet items.

Code

public function getDefaultSettings() {
  return array(
    'pattern' => '[facetapi_active:active-value]',
    'keys' => FALSE,
    'css' => FALSE,
    'classes' => '',
    'nofollow' => 1,
  );
}