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

Breadcrumb

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

interface UuidInterface

Same name in this branch
  1. 11.1.x vendor/ramsey/uuid/src/UuidInterface.php \Ramsey\Uuid\UuidInterface
  2. 11.1.x core/lib/Drupal/Component/Uuid/UuidInterface.php \Drupal\Component\Uuid\UuidInterface

Also known as a Leach-Salz variant UUID, an RFC 4122 variant UUID is a universally unique identifier defined by RFC 4122

@link https://tools.ietf.org/html/rfc4122 RFC 4122

@psalm-immutable

Hierarchy

  • interface \Ramsey\Uuid\DeprecatedUuidInterface
    • interface \Ramsey\Uuid\UuidInterface extends \Ramsey\Uuid\DeprecatedUuidInterface \JsonSerializable \Serializable \Stringable
      • interface \Ramsey\Uuid\Rfc4122\UuidInterface extends \Ramsey\Uuid\UuidInterface

Expanded class hierarchy of UuidInterface

All classes that implement UuidInterface

2 files declare their use of UuidInterface
UuidBuilder.php in vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php
UuidV6.php in vendor/ramsey/uuid/src/Nonstandard/UuidV6.php

File

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

Namespace

Ramsey\Uuid\Rfc4122
View source
interface UuidInterface extends BaseUuidInterface {

}

API Navigation

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