function ViewUI::uuid
Same name and namespace in other branches
- 8.9.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::uuid()
- 10 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::uuid()
- 11.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::uuid()
Gets the entity UUID (Universally Unique Identifier).
The UUID is guaranteed to be unique and can be used to identify an entity across multiple systems.
Return value
string|null The UUID of the entity, or NULL if the entity does not have one.
Overrides EntityInterface::uuid
File
-
core/
modules/ views_ui/ src/ ViewUI.php, line 930
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_uiCode
public function uuid() {
return $this->storage
->uuid();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.