public UuidInterface::generate()
Generates a Universally Unique IDentifier (UUID).
Return value
A 16 byte integer represented as a hex string formatted with 4 hyphens.
File
- core/lib/Drupal/Component/Uuid/UuidInterface.php, line 16
Class
- UuidInterface
- Interface for generating UUIDs.
Namespace
Drupal\Component\Uuid
Code
public function generate();
Please login to continue.