You are here

public function DisplayInterface::getUuid in Entity Browser 8.2

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

Gets the uuid for this display.

Return value

string The uuid string.

1 method overrides DisplayInterface::getUuid()
DisplayBase::getUuid in src/DisplayBase.php
Gets the uuid for this display.

File

src/DisplayInterface.php, line 81

Class

DisplayInterface
Defines the interface for entity browser displays.

Namespace

Drupal\entity_browser

Code

public function getUuid();