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

Breadcrumb

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

function UuidFactoryInterface::fromInteger

Creates a UUID from a 128-bit integer string

@psalm-pure

Parameters

string $integer String representation of 128-bit integer:

Return value

UuidInterface A UuidInterface instance created from the string representation of a 128-bit integer

1 method overrides UuidFactoryInterface::fromInteger()
UuidFactory::fromInteger in vendor/ramsey/uuid/src/UuidFactory.php
@psalm-pure

File

vendor/ramsey/uuid/src/UuidFactoryInterface.php, line 69

Class

UuidFactoryInterface
UuidFactoryInterface defines common functionality all `UuidFactory` instances must implement

Namespace

Ramsey\Uuid

Code

public function fromInteger(string $integer) : UuidInterface;

API Navigation

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