You are here

public function RateWidgetBase::getLabel in Rate 8.2

Return label.

File

src/Plugin/RateWidgetBase.php, line 130

Class

RateWidgetBase
Base class for Rate widget plugins.

Namespace

Drupal\rate\Plugin

Code

public function getLabel() {
  return $this->label;
}