Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Fields.php
function Fields::getBytes
Same name in this branch
11.1.x vendor/ramsey/uuid/src/Nonstandard/Fields.php
\Ramsey\Uuid\Nonstandard\Fields::getBytes()
11.1.x vendor/ramsey/uuid/src/Rfc4122/Fields.php
\Ramsey\Uuid\Rfc4122\Fields::getBytes()
Overrides
MaxTrait::getBytes
File
vendor/
ramsey/
uuid/
src/
Guid/
Fields.php
, line 84
Class
Fields
GUIDs are comprised of a set of named fields, according to RFC 4122
Namespace
Ramsey\Uuid\Guid
Code
public
function
getBytes
() : string {
return
$this
->
bytes
; }
RSS feed