public function FacetapiAdapter::getModule in Facet API 6
Returns the module that defines the adapter.
Return value
A string containing the module that defines the adapter.
File
- ./
facetapi.adapter.inc, line 173 - Defines classes used by the FacetAPI module.
Class
- FacetapiAdapter
- Abstract class extended by search backends that retrieves facet information from the database.
Code
public function getModule() {
return $this->_module;
}