Generates a UUID using the Windows internal GUID extension.
Hierarchy
- class \Drupal\Component\Uuid\Com implements UuidInterface
See also
http://php.net/com_create_guid
File
- core/lib/Drupal/Component/Uuid/Com.php, line 10
Namespace
Drupal\Component\Uuid
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Com::generate | public | function | Generates a Universally Unique IDentifier (UUID). Overrides UuidInterface::generate |
Please login to continue.