You are here

public function FacetapiWidget::getId in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/widget.inc \FacetapiWidget::getId()
  2. 7 plugins/facetapi/widget.inc \FacetapiWidget::getId()

Gets the machine name of the plugin.

Return value

string The machine name of the plugin.

File

plugins/facetapi/widget.inc, line 220
Base widget plugin class and helper functions for facet sorting.

Class

FacetapiWidget
Abstract class extended by widget plugins.

Code

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