Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UuidV6.php

class UuidV6

Same name in this branch
  1. 11.1.x vendor/ramsey/uuid/src/Nonstandard/UuidV6.php \Ramsey\Uuid\Nonstandard\UuidV6

Reordered time, or version 6, UUIDs include timestamp, clock sequence, and node values that are combined into a 128-bit unsigned integer

@link https://datatracker.ietf.org/doc/html/draft-ietf-uuidrev-rfc4122bis-00#… UUID Version 6

@psalm-immutable

Hierarchy

  • class \Ramsey\Uuid\Uuid implements \Ramsey\Uuid\UuidInterface uses \Ramsey\Uuid\DeprecatedUuidMethodsTrait
    • class \Ramsey\Uuid\Nonstandard\UuidV6 extends \Ramsey\Uuid\Uuid implements \Ramsey\Uuid\Rfc4122\UuidInterface uses \Ramsey\Uuid\Rfc4122\TimeTrait
      • class \Ramsey\Uuid\Rfc4122\UuidV6 extends \Ramsey\Uuid\Nonstandard\UuidV6 implements \Ramsey\Uuid\Rfc4122\UuidInterface

Expanded class hierarchy of UuidV6

1 file declares its use of UuidV6
LazyUuidFromString.php in vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php

File

vendor/ramsey/uuid/src/Rfc4122/UuidV6.php, line 27

Namespace

Ramsey\Uuid\Rfc4122
View source
final class UuidV6 extends NonstandardUuidV6 implements UuidInterface {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal