public function RateWidgetInterface::isLocked in Rate 8.2
Check if the rate widget is new.
Return value
bool Returns TRUE is the rate widget is new.
1 method overrides RateWidgetInterface::isLocked()
- RateWidget::isLocked in src/
Entity/ RateWidget.php - Check if the rate widget is new.
File
- src/
RateWidgetInterface.php, line 63
Class
- RateWidgetInterface
- Provides an interface defining a Rate widget entity.
Namespace
Drupal\rateCode
public function isLocked();