namespace Drupal\Component\Uuid

Classsort ascending Location Description
UuidInterface drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php Interface that defines a UUID backend.
Uuid drupal/core/lib/Drupal/Component/Uuid/Uuid.php Factory class for UUIDs.
Php drupal/core/lib/Drupal/Component/Uuid/Php.php Generates a UUID v4 using PHP code.
Pecl drupal/core/lib/Drupal/Component/Uuid/Pecl.php UUID implementation using the PECL extension.
Com drupal/core/lib/Drupal/Component/Uuid/Com.php UUID implementation using the Windows internal GUID extension.