public function WidgetBase::label in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/WidgetBase.php \Drupal\entity_browser\WidgetBase::label()
Returns the widget label.
Return value
string The widget label.
Overrides WidgetInterface::label
1 call to WidgetBase::label()
- WidgetBase::getConfiguration in src/
WidgetBase.php - Gets this plugin's configuration.
File
- src/
WidgetBase.php, line 245
Class
- WidgetBase
- Base class for widget plugins.
Namespace
Drupal\entity_browserCode
public function label() {
return $this->label;
}