namespace Drupal\Component\Uuid in Drupal 10
Same name in other branches
|
Class |
Location | Description |
|---|---|---|
| Com |
core/ |
Generates a UUID using the Windows internal GUID extension. |
| Pecl |
core/ |
Generates a UUID using the PECL extension. |
| Php |
core/ |
Generates a UUID v4 (RFC 4122 section 4.4) using PHP code. |
| Uuid |
core/ |
UUID Helper methods. |
| UuidInterface |
core/ |
Interface for generating UUIDs. |