Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FieldsInterface.php
function FieldsInterface::getBytes
Returns the bytes that comprise the fields
File
vendor/
ramsey/
uuid/
src/
Fields/
FieldsInterface.php
, line 31
Class
FieldsInterface
UUIDs are comprised of unsigned integers, the bytes of which are separated into fields and arranged in a particular layout defined by the specification for the variant
Namespace
Ramsey\Uuid\Fields
Code
public
function
getBytes
() : string;
RSS feed