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