Same name in other branches
  1. 8.9.x Drupal\Component\Uuid
  2. 9 Drupal\Component\Uuid
Classsort descending Location Description
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.