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

Breadcrumb

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

interface FieldsInterface

Same name in this branch
  1. 11.1.x vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php \Ramsey\Uuid\Rfc4122\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

@psalm-immutable

Hierarchy

  • interface \Ramsey\Uuid\Fields\FieldsInterface extends \Serializable

Expanded class hierarchy of FieldsInterface

All classes that implement FieldsInterface

4 files declare their use of FieldsInterface
FieldsInterface.php in vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php
LazyUuidFromString.php in vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
Uuid.php in vendor/ramsey/uuid/src/Uuid.php
UuidInterface.php in vendor/ramsey/uuid/src/UuidInterface.php

File

vendor/ramsey/uuid/src/Fields/FieldsInterface.php, line 26

Namespace

Ramsey\Uuid\Fields
View source
interface FieldsInterface extends Serializable {
    
    /**
     * Returns the bytes that comprise the fields
     */
    public function getBytes() : string;

}

Members

Title Sort descending Modifiers Object type Summary
FieldsInterface::getBytes public function Returns the bytes that comprise the fields

API Navigation

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