namespace Drupal\Component\Uuid
Object name | File name | Summary |
---|---|---|
Com | core/lib/Drupal/Component/Uuid/Com.php | Generates a UUID using the Windows internal GUID extension. |
Pecl | core/lib/Drupal/Component/Uuid/Pecl.php | Generates a UUID using the PECL extension. |
Php | core/lib/Drupal/Component/Uuid/Php.php | Generates a UUID v4 (RFC 4122 section 4.4) using PHP code. |
Uuid | core/lib/Drupal/Component/Uuid/Uuid.php | UUID Helper methods. |
UuidInterface | core/lib/Drupal/Component/Uuid/UuidInterface.php | Interface for generating UUIDs. |