You are here

public function FacetapiAdapter::getAllActiveItems in Facet API 7

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/adapter.inc \FacetapiAdapter::getAllActiveItems()
  2. 7.2 plugins/facetapi/adapter.inc \FacetapiAdapter::getAllActiveItems()

Return all active items keyed by raw filter, usually in field:value format.

Return value

array An array of active filters keyed by raw filter.

File

plugins/facetapi/adapter.inc, line 417
Adapter plugin and adapter related classes.

Class

FacetapiAdapter
Abstract class extended by Facet API adapters.

Code

public function getAllActiveItems() {
  return $this->activeItems['filter'];
}