You are here

public function FacetapiFacet::getAdapter in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()
  2. 6 facetapi.adapter.inc \FacetapiFacet::getAdapter()
  3. 7 plugins/facetapi/adapter.inc \FacetapiFacet::getAdapter()

Returns the FacetapiAdapter object this class was instantiated from.

Return value

FacetapiAdapter The adapter object.

File

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

Class

FacetapiFacet
Wrapper around the facet definition with methods that build render arrays.

Code

public function getAdapter() {
  return $this->adapter;
}