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

Breadcrumb

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

function UuidInterface::getInteger

Returns the integer representation of the UUID

2 methods override UuidInterface::getInteger()
LazyUuidFromString::getInteger in vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
Returns the integer representation of the UUID
Uuid::getInteger in vendor/ramsey/uuid/src/Uuid.php
Returns the integer representation of the UUID

File

vendor/ramsey/uuid/src/UuidInterface.php, line 86

Class

UuidInterface
A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard for generation

Namespace

Ramsey\Uuid

Code

public function getInteger() : IntegerObject;

API Navigation

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