You are here

public function RateWidgetInterface::getLabel in Rate 8.2

Get the rate widget label.

Return value

string Returns the rate widget label.

1 method overrides RateWidgetInterface::getLabel()
RateWidget::getLabel in src/Entity/RateWidget.php
Get the rate widget label.

File

src/RateWidgetInterface.php, line 29

Class

RateWidgetInterface
Provides an interface defining a Rate widget entity.

Namespace

Drupal\rate

Code

public function getLabel();