You are here

public function FacetapiFacet::getAdapter in Facet API 6

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
  2. 7.2 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
  3. 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;
}