You are here

public function FacetapiAdapter::getTypes in Facet API 7.2

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

Returns the type of content indexed by $this->info['searcher'].

Return value

The type of content indexed by $this->info['searcher'].

File

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

Class

FacetapiAdapter
Abstract class extended by Facet API adapters.

Code

public function getTypes() {
  return $this->info['types'];
}