You are here

public function DisplayInterface::setUuid in Entity Browser 8

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

Sets the uuid for this display.

Parameters

string $uuid: The uuid string.

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

File

src/DisplayInterface.php, line 89

Class

DisplayInterface
Defines the interface for entity browser displays.

Namespace

Drupal\entity_browser

Code

public function setUuid($uuid);