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

Breadcrumb

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

function Uuid::serialize

Converts the UUID to a string for PHP serialization

1 call to Uuid::serialize()
Uuid::__serialize in vendor/ramsey/uuid/src/Uuid.php

File

vendor/ramsey/uuid/src/Uuid.php, line 294

Class

Uuid
Uuid provides constants and static methods for working with and generating UUIDs

Namespace

Ramsey\Uuid

Code

public function serialize() : string {
    return $this->codec
        ->encode($this);
}

API Navigation

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