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