Generates a UUID v4 (RFC 4122 section 4.4) using PHP code.
Hierarchy
- class \Drupal\Component\Uuid\Php implements UuidInterface
See also
http://www.rfc-editor.org/rfc/rfc4122.txt
http://www.rfc-editor.org/errata_search.php?rfc=4122&eid=3546
File
- core/lib/Drupal/Component/Uuid/Php.php, line 13
Namespace
Drupal\Component\Uuid
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Php::generate | public | function | Generates a Universally Unique IDentifier (UUID). Overrides UuidInterface::generate |
Please login to continue.