You are here

public function WidgetInterface::uuid in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/WidgetInterface.php \Drupal\entity_browser\WidgetInterface::uuid()

Returns the widget UUID.

Return value

string The widget UUID.

1 method overrides WidgetInterface::uuid()
WidgetBase::uuid in src/WidgetBase.php
Returns the widget UUID.

File

src/WidgetInterface.php, line 34

Class

WidgetInterface
Defines the interface for entity browser widgets.

Namespace

Drupal\entity_browser

Code

public function uuid();