You are here

public function FacetapiDependency::getId in Facet API 6.3

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

Gets the id of the plugin.

Return value

string The machine readable name of the plugin.

File

plugins/facetapi/dependency.inc, line 77
Base dependency plugin class.

Class

FacetapiDependency
Abstract class extended by dependency plugins.

Code

public function getId() {
  return $this->id;
}