public function WidgetInterface::getWeight in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/WidgetInterface.php \Drupal\entity_browser\WidgetInterface::getWeight()
Returns the widget's weight.
Return value
int Widget's weight.
1 method overrides WidgetInterface::getWeight()
- WidgetBase::getWeight in src/
WidgetBase.php - Returns the widget's weight.
File
- src/
WidgetInterface.php, line 61
Class
- WidgetInterface
- Defines the interface for entity browser widgets.
Namespace
Drupal\entity_browserCode
public function getWeight();