public function DisplayInterface::setUuid in Entity Browser 8
Same name and namespace in other branches
- 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_browserCode
public function setUuid($uuid);