public function FilebrowserInterface::uuid in Filebrowser 8
Returns 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 The UUID of the entity.
Overrides EntityInterface::uuid
File
- lib/
Drupal/ filebrowser/ FilebrowserInterface.php, line 31 - Contains \Drupal\filebrowser\FilebrowserInterface
Class
- FilebrowserInterface
- Provides an interface defining a Filebrowser entity.
Namespace
Drupal\filebrowserCode
public function uuid();