interface UuidInterface
Same name in this branch
- 11.1.x vendor/ramsey/uuid/src/UuidInterface.php \Ramsey\Uuid\UuidInterface
- 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
- interface \Ramsey\Uuid\UuidInterface extends \Ramsey\Uuid\DeprecatedUuidInterface \JsonSerializable \Serializable \Stringable
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\Rfc4122View source
interface UuidInterface extends BaseUuidInterface {
}