public function WidgetBase::uuid in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/WidgetBase.php \Drupal\entity_browser\WidgetBase::uuid()
Returns the widget UUID.
Return value
string The widget UUID.
Overrides WidgetInterface::uuid
3 calls to WidgetBase::uuid()
- EntityForm::buildConfigurationForm in modules/
entity_form/ src/ Plugin/ EntityBrowser/ Widget/ EntityForm.php - Implements PluginFormInterface::buildConfigurationForm().
- EntityForm::updateFormElements in modules/
entity_form/ src/ Plugin/ EntityBrowser/ Widget/ EntityForm.php - AJAX callback to update the two form elements: bundle and form_mode.
- WidgetBase::getConfiguration in src/
WidgetBase.php - Gets this plugin's configuration.
File
- src/
WidgetBase.php, line 238
Class
- WidgetBase
- Base class for widget plugins.
Namespace
Drupal\entity_browserCode
public function uuid() {
return $this->uuid;
}