public function FacetapiAdapter::getTypes in Facet API 7
Same name and namespace in other branches
- 6.3 plugins/facetapi/adapter.inc \FacetapiAdapter::getTypes()
- 7.2 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 486 - Adapter plugin and adapter related classes.
Class
- FacetapiAdapter
- Abstract class extended by Facet API adapters.
Code
public function getTypes() {
return $this->info['types'];
}