You are here

public function DisplayBase::setUuid in Entity Browser 8.2

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

Sets the uuid for this display.

Parameters

string $uuid: The uuid string.

Overrides DisplayInterface::setUuid

File

src/DisplayBase.php, line 157

Class

DisplayBase
Base implementation for display plugins.

Namespace

Drupal\entity_browser

Code

public function setUuid($uuid) {
  $this->uuid = $uuid;
}