public function RateWidget::getLabel in Rate 8.2
Get the rate widget label.
Return value
string Returns the rate widget label.
Overrides RateWidgetInterface::getLabel
File
- src/
Entity/ RateWidget.php, line 128
Class
- RateWidget
- Defines the Rate Widget configuration entity.
Namespace
Drupal\rate\EntityCode
public function getLabel() {
return $this->label;
}