public function FacetapiDependency::getId in Facet API 7.2
Same name and namespace in other branches
- 6.3 plugins/facetapi/dependency.inc \FacetapiDependency::getId()
- 7 plugins/facetapi/dependency.inc \FacetapiDependency::getId()
Gets the machine name of the plugin.
Return value
string The machine name of the plugin.
File
- plugins/
facetapi/ dependency.inc, line 95 - Base dependency plugin class.
Class
- FacetapiDependency
- Abstract class extended by dependency plugins.
Code
public function getId() {
return $this->id;
}