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