You are here

public function FacetapiAdapter::getId in Facet API 6.3

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

Returns the id of the adapter plugin.

Return value

string The machine readable if of the adapter plugin.

File

plugins/facetapi/adapter.inc, line 292
Adapter plugin and adapter related calsses.

Class

FacetapiAdapter
Abstract class extended by search backends that retrieves facet information from the database.

Code

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