public function FacetapiFacet::getAdapter in Facet API 6
Same name and namespace in other branches
- 6.3 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
- 7.2 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
- 7 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
Returns the adapter class.
Return value
The FacetapiAdapter class.
File
- ./
facetapi.adapter.inc, line 265 - Defines classes used by the FacetAPI module.
Class
- FacetapiFacet
- Stores facet data, provides methods that build the facet's render array.
Code
public function getAdapter() {
return $this->_adapter;
}