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

Breadcrumb

  1. Drupal Core 11.1.x

namespace Ramsey\Uuid\Codec

Object name File name Summary
CodecInterface vendor/ramsey/uuid/src/Codec/CodecInterface.php A codec encodes and decodes a UUID according to defined rules
GuidStringCodec vendor/ramsey/uuid/src/Codec/GuidStringCodec.php GuidStringCodec encodes and decodes globally unique identifiers (GUID)
OrderedTimeCodec vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php OrderedTimeCodec encodes and decodes a UUID, optimizing the byte order for
more efficient storage
StringCodec vendor/ramsey/uuid/src/Codec/StringCodec.php StringCodec encodes and decodes RFC 4122 UUIDs
TimestampFirstCombCodec vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php TimestampFirstCombCodec encodes and decodes COMBs, with the timestamp as the
first 48 bits
TimestampLastCombCodec vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php TimestampLastCombCodec encodes and decodes COMBs, with the timestamp as the
last 48 bits
RSS feed
Powered by Drupal